- default blender FaceCullMode to back
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10276 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
8df1b7e1fa
commit
d6ea096da9
@ -92,7 +92,7 @@ public class BlenderKey extends ModelKey {
|
||||
*/
|
||||
protected Material defaultMaterial;
|
||||
/** Face cull mode. By default it is disabled. */
|
||||
protected FaceCullMode faceCullMode = FaceCullMode.Off;
|
||||
protected FaceCullMode faceCullMode = FaceCullMode.Back;
|
||||
/**
|
||||
* Variable describes which layers will be loaded. N-th bit set means N-th layer will be loaded.
|
||||
* If set to -1 then the current layer will be loaded.
|
||||
|
Loading…
x
Reference in New Issue
Block a user