protected static class ColladaMeshShape.Geometry extends Object
triangles or lines element.| Modifier and Type | Field and Description | 
|---|---|
| protected ColladaAbstractGeometry | colladaGeometryCollada element that defines this geometry. | 
| protected boolean | doubleSidedIndicates whether or not the geometry is double sided. | 
| protected Material | materialMaterial applied to this geometry. | 
| protected int | offsetOffset (in vertices) into the coord, normal, and texcoord buffers of this coordinates for this geometry. | 
| protected WWTexture | textureTexture applied to this geometry. | 
| Constructor and Description | 
|---|
| Geometry(ColladaAbstractGeometry geometry)Create a new geometry instance. | 
protected ColladaAbstractGeometry colladaGeometry
protected boolean doubleSided
protected Material material
protected int offset
protected WWTexture texture
public Geometry(ColladaAbstractGeometry geometry)
geometry - COLLADA geometry to render.