fixed transparent shadows on mac.
This commit is contained in:
parent
c92009a40a
commit
a7edef3a06
@ -214,6 +214,14 @@ MaterialDef Phong Lighting {
|
|||||||
INSTANCING : UseInstancing
|
INSTANCING : UseInstancing
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ForcedRenderState {
|
||||||
|
FaceCull Off
|
||||||
|
DepthTest On
|
||||||
|
DepthWrite On
|
||||||
|
PolyOffset 5 3
|
||||||
|
ColorWrite Off
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -217,7 +217,7 @@ public class TestDirectionalLightShadow extends SimpleApplication implements Act
|
|||||||
inputManager.addMapping("fwd", new KeyTrigger(KeyInput.KEY_PGUP));
|
inputManager.addMapping("fwd", new KeyTrigger(KeyInput.KEY_PGUP));
|
||||||
inputManager.addMapping("back", new KeyTrigger(KeyInput.KEY_PGDN));
|
inputManager.addMapping("back", new KeyTrigger(KeyInput.KEY_PGDN));
|
||||||
inputManager.addMapping("pp", new KeyTrigger(KeyInput.KEY_P));
|
inputManager.addMapping("pp", new KeyTrigger(KeyInput.KEY_P));
|
||||||
inputManager.addMapping("backShadows", new KeyTrigger(KeyInput.KEY_B));
|
inputManager.addMapping("backShadows", new KeyTrigger(KeyInput.KEY_K));
|
||||||
|
|
||||||
|
|
||||||
inputManager.addListener(this, "lambdaUp", "lambdaDown", "ThicknessUp", "ThicknessDown",
|
inputManager.addListener(this, "lambdaUp", "lambdaDown", "ThicknessUp", "ThicknessDown",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user