|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.util.DeepObject
com.threerings.opengl.renderer.config.PolygonStateConfig
public class PolygonStateConfig
Configurable polygon state.
| Nested Class Summary | |
|---|---|
static class |
PolygonStateConfig.Mode
Polygon mode constants. |
| Field Summary | |
|---|---|
PolygonStateConfig.Mode |
backMode
The back polygon mode. |
PolygonStateConfig.Mode |
frontMode
The front polygon mode. |
float |
offsetFactor
The proportional polygon offset. |
float |
offsetUnits
The constant polygon offset. |
boolean |
uniqueInstance
If true, do not use a shared instance. |
| Constructor Summary | |
|---|---|
PolygonStateConfig()
|
|
| Method Summary | |
|---|---|
PolygonState |
getState()
Returns the corresponding polygon 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 |
|---|
@Editable(hgroup="m") public PolygonStateConfig.Mode frontMode
@Editable(hgroup="m") public PolygonStateConfig.Mode backMode
@Editable(step=0.01,
hgroup="o")
public float offsetFactor
@Editable(hgroup="o") public float offsetUnits
@Editable public boolean uniqueInstance
| Constructor Detail |
|---|
public PolygonStateConfig()
| Method Detail |
|---|
public PolygonState getState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||