com.threerings.opengl.model.config
Class ModelConfig.VisibleMesh
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.model.config.ModelConfig.VisibleMesh
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- ModelConfig
public static class ModelConfig.VisibleMesh
- extends DeepObject
- implements Exportable
Pairs a texture name with a geometry config.
texture
public String texture
- The name of the texture associated with the mesh.
tag
public String tag
- The mesh tag.
geometry
public GeometryConfig geometry
- The mesh geometry.
ModelConfig.VisibleMesh
public ModelConfig.VisibleMesh(String texture,
String tag,
GeometryConfig geometry)
ModelConfig.VisibleMesh
public ModelConfig.VisibleMesh()
Copyright © 2011. All Rights Reserved.