protected static class ColladaMeshShape.Geometry extends Object
triangles or lines element.| Modifier and Type | Field and Description | 
|---|---|
protected ColladaAbstractGeometry | 
colladaGeometry
Collada element that defines this geometry. 
 | 
protected boolean | 
doubleSided
Indicates whether or not the geometry is double sided. 
 | 
protected Material | 
material
Material applied to this geometry. 
 | 
protected int | 
offset
Offset (in vertices) into the coord, normal, and texcoord buffers of this coordinates for this geometry. 
 | 
protected WWTexture | 
texture
Texture 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.