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() {
114
114
@ Test
115
115
public void testSelectNamedTechnique_GLSL150Cap () {
116
116
supportGlsl (150 );
117
- material ("Common/MatDefs/Misc/Particle .j3md" );
117
+ material ("Common/MatDefs/Light/Lighting .j3md" );
118
118
119
- material .selectTechnique ("SoftParticles " , renderManager );
119
+ material .selectTechnique ("PostShadow " , renderManager );
120
120
121
- checkRequiredCaps (Caps .GLSL100 , Caps . GLSL150 );
121
+ checkRequiredCaps (Caps .GLSL150 );
122
122
}
123
123
124
124
@ Test
125
125
public void testSelectNamedTechnique_GLSL100Cap () {
126
126
supportGlsl (100 );
127
- material ("Common/MatDefs/Misc/Particle .j3md" );
127
+ material ("Common/MatDefs/Light/Lighting .j3md" );
128
128
129
- material .selectTechnique ("SoftParticles " , renderManager );
129
+ material .selectTechnique ("PostShadow " , renderManager );
130
130
131
131
checkRequiredCaps (Caps .GLSL100 );
132
132
}
You can’t perform that action at this time.
0 commit comments