|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.utility.geometry.GeometryInfo
org.xith3d.utility.geometry.XithGeometryInfo
public class XithGeometryInfo
Subclass of GeometryInfo which support creation of xith3d specific geometry types. For methods concerning modification/optimalization of geometry see GeometryInfo
Geometry| Field Summary |
|---|
| Fields inherited from class org.xith3d.utility.geometry.GeometryInfo |
|---|
smoothGroups, state, STATE_MERGED, STATE_SPLIT, STATE_UNKNOWN, triangles, vertices |
| Constructor Summary | |
|---|---|
XithGeometryInfo()
Creates new empty XithGeometryInfo |
|
| Method Summary | |
|---|---|
IndexedTriangleStripArray |
createChunkedStripArray(int vertexFormat)
Create indexed triangle strip array with geometry contained in this object. |
IndexedTriangleStripArray |
createContinousStripArray(int vertexFormat)
Create indexed triangle strip array with geometry contained in this object. |
IndexedTriangleArray |
createIndexedTriangleArray(int vertexFormat)
Create indexed triangle array with geometry contained in this object. |
TriangleArray |
createRawTriangleArray(int vertexFormat)
Create non-indexed, vertex-based triangle array with geometry contained in this object. |
| Methods inherited from class org.xith3d.utility.geometry.GeometryInfo |
|---|
createContinousStrip, getVertexCacheSize, optimizeTrianglesForCache, recalculateFlatNormals, recalculateSmoothGroupNormals, setVertexCacheSize, unweldVertices, weldVertices |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XithGeometryInfo()
| Method Detail |
|---|
public TriangleArray createRawTriangleArray(int vertexFormat)
vertexFormat -
public IndexedTriangleArray createIndexedTriangleArray(int vertexFormat)
vertexFormat -
public IndexedTriangleStripArray createContinousStripArray(int vertexFormat)
vertexFormat -
GeometryInfo.createContinousStrip()public IndexedTriangleStripArray createChunkedStripArray(int vertexFormat)
vertexFormat -
GeometryInfo.createContinousStrip()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||