com.threerings.opengl.renderer.config
Class PointStateConfig

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

public class PointStateConfig
extends DeepObject
implements Exportable

Configurable line state.


Field Summary
 float pointSize
          The point size.
 boolean uniqueInstance
          If true, do not use a shared instance.
 
Constructor Summary
PointStateConfig()
           
 
Method Summary
 PointState getState()
          Returns the corresponding point 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

pointSize

@Editable(min=1.0,
          hgroup="p")
public float pointSize
The point size.


uniqueInstance

@Editable(hgroup="p")
public boolean uniqueInstance
If true, do not use a shared instance.

Constructor Detail

PointStateConfig

public PointStateConfig()
Method Detail

getState

public PointState getState()
Returns the corresponding point state.



Copyright © 2011. All Rights Reserved.