MPO: fix unit test
This commit is contained in:
parent
85ffb48efb
commit
f3414acc73
@ -114,7 +114,7 @@ MaterialDef Phong Lighting {
|
|||||||
//For instancing
|
//For instancing
|
||||||
Boolean UseInstancing
|
Boolean UseInstancing
|
||||||
|
|
||||||
Boolean BackfaceShadows: false
|
Boolean BackfaceShadows : false
|
||||||
}
|
}
|
||||||
|
|
||||||
Technique {
|
Technique {
|
||||||
|
@ -63,7 +63,7 @@ import java.util.Map;
|
|||||||
public class MaterialMatParamOverrideTest {
|
public class MaterialMatParamOverrideTest {
|
||||||
|
|
||||||
private static final HashSet<String> IGNORED_UNIFORMS = new HashSet<String>(
|
private static final HashSet<String> IGNORED_UNIFORMS = new HashSet<String>(
|
||||||
Arrays.asList(new String[]{"m_ParallaxHeight", "m_Shininess"}));
|
Arrays.asList(new String[]{"m_ParallaxHeight", "m_Shininess", "m_BackfaceShadows"}));
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testBoolMpoOnly() {
|
public void testBoolMpoOnly() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user