com.threerings.opengl.renderer.config
Class CullStateConfig
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.renderer.config.CullStateConfig
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
public class CullStateConfig
- extends DeepObject
- implements Exportable
Configurable cull state.
face
@Editable(hgroup="f")
public CullStateConfig.Face face
- The cull face.
uniqueInstance
@Editable(hgroup="f")
public boolean uniqueInstance
- If true, do not use a shared instance.
CullStateConfig
public CullStateConfig()
getState
public CullState getState()
- Returns the corresponding color state.
Copyright © 2011. All Rights Reserved.