|
||||||||||
| 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.model.config.ModelConfig.MeshSet
public static class ModelConfig.MeshSet
Contains a set of meshes.
| Field Summary | |
|---|---|
Box |
bounds
The bounds of the meshes. |
CollisionMesh |
collision
The collision mesh. |
ModelConfig.VisibleMesh[] |
visible
The visible meshes. |
| Constructor Summary | |
|---|---|
ModelConfig.MeshSet()
|
|
ModelConfig.MeshSet(ModelConfig.VisibleMesh[] visible,
CollisionMesh collision)
|
|
| Method Summary | |
|---|---|
void |
getTextures(TreeSet<String> textures)
Populates the supplied set with the names of all referenced textures. |
void |
getTextureTagPairs(TreeSet<ComparableTuple<String,String>> pairs)
Populates the supplied set with the names of all referenced texture/tag pairs. |
| 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 |
|---|
public Box bounds
public ModelConfig.VisibleMesh[] visible
public CollisionMesh collision
| Constructor Detail |
|---|
public ModelConfig.MeshSet(ModelConfig.VisibleMesh[] visible,
CollisionMesh collision)
public ModelConfig.MeshSet()
| Method Detail |
|---|
public void getTextures(TreeSet<String> textures)
public void getTextureTagPairs(TreeSet<ComparableTuple<String,String>> pairs)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||