com.threerings.opengl.model.config
Class ModelConfig.VisibleMesh

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by 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.


Field Summary
 GeometryConfig geometry
          The mesh geometry.
 String tag
          The mesh tag.
 String texture
          The name of the texture associated with the mesh.
 
Constructor Summary
ModelConfig.VisibleMesh()
           
ModelConfig.VisibleMesh(String texture, String tag, GeometryConfig geometry)
           
 
Method Summary
 
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

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.

Constructor Detail

ModelConfig.VisibleMesh

public ModelConfig.VisibleMesh(String texture,
                               String tag,
                               GeometryConfig geometry)

ModelConfig.VisibleMesh

public ModelConfig.VisibleMesh()


Copyright © 2011. All Rights Reserved.