com.threerings.opengl.renderer.config
Class CullStateConfig

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.renderer.config.CullStateConfig
All Implemented Interfaces:
Exportable, Copyable, Cloneable

public class CullStateConfig
extends DeepObject
implements Exportable

Configurable cull state.


Nested Class Summary
static class CullStateConfig.Face
          Cull face constants.
 
Field Summary
 CullStateConfig.Face face
          The cull face.
 boolean uniqueInstance
          If true, do not use a shared instance.
 
Constructor Summary
CullStateConfig()
           
 
Method Summary
 CullState getState()
          Returns the corresponding color state.
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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.

Constructor Detail

CullStateConfig

public CullStateConfig()
Method Detail

getState

public CullState getState()
Returns the corresponding color state.



Copyright © 2011. All Rights Reserved.