File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
jme3-core/src/test/java/com/jme3/material Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -114,19 +114,19 @@ public void testSelectDefaultTechnique_GLSL100Cap_MultipleLangs() {
114114 @ Test
115115 public void testSelectNamedTechnique_GLSL150Cap () {
116116 supportGlsl (150 );
117- material ("Common/MatDefs/Misc/Particle .j3md" );
117+ material ("Common/MatDefs/Light/Lighting .j3md" );
118118
119- material .selectTechnique ("SoftParticles " , renderManager );
119+ material .selectTechnique ("PostShadow " , renderManager );
120120
121- checkRequiredCaps (Caps .GLSL100 , Caps . GLSL150 );
121+ checkRequiredCaps (Caps .GLSL150 );
122122 }
123123
124124 @ Test
125125 public void testSelectNamedTechnique_GLSL100Cap () {
126126 supportGlsl (100 );
127- material ("Common/MatDefs/Misc/Particle .j3md" );
127+ material ("Common/MatDefs/Light/Lighting .j3md" );
128128
129- material .selectTechnique ("SoftParticles " , renderManager );
129+ material .selectTechnique ("PostShadow " , renderManager );
130130
131131 checkRequiredCaps (Caps .GLSL100 );
132132 }
You can’t perform that action at this time.
0 commit comments