|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.opengl.model.config.StaticConfig.Resolved
public static class StaticConfig.Resolved
Contains the resolved derived config bits.
| Field Summary | |
|---|---|
Box |
bounds
The merged bounds. |
CollisionMesh |
collision
The merged collision mesh. |
GeometryMaterial[] |
gmats
The merged geometry/material pairs. |
int |
influenceFlags
The merged influence flags. |
| Constructor Summary | |
|---|---|
StaticConfig.Resolved(Box bounds,
CollisionMesh collision,
GeometryMaterial[] gmats,
int influenceFlags)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final Box bounds
public final CollisionMesh collision
public final GeometryMaterial[] gmats
public final int influenceFlags
| Constructor Detail |
|---|
public StaticConfig.Resolved(Box bounds,
CollisionMesh collision,
GeometryMaterial[] gmats,
int influenceFlags)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||