Uses of Class
org.xith3d.scenegraph.primitives.GeometryConstruct

Packages that use GeometryConstruct
org.xith3d.scenegraph.primitives   
 

Uses of GeometryConstruct in org.xith3d.scenegraph.primitives
 

Methods in org.xith3d.scenegraph.primitives that return GeometryConstruct
static GeometryConstruct GeomFactory.convertGeometryConstructITSA2ITA(GeometryConstruct gcITSA)
          Converts a GeometryConstruct made for IndexedTriangleStripArray to one made for IndexedTriangleArrays.
static GeometryConstruct GeomFactory.convertGeometryConstructITSA2TA(GeometryConstruct gcITSA)
          Converts a GeometryConstruct made for IndexedTriangleStripArray to one made for TriangleArrays.
static GeometryConstruct GeomFactory.convertGeometryConstructITSA2TSA(GeometryConstruct gcITSA)
          Converts a GeometryConstruct made for IndexedTriangleStripArray to one made for TriangleStripArrays.
static GeometryConstruct Cylinder.createGeometryConstructITA(float radius, float height, float taper, boolean closed, int slices, int features, boolean colorAlpha, int texCoordsSize)
          Generate a cylinder pointing in the +/-y direction with unit height.
static GeometryConstruct Sphere.createGeometryConstructITA(float centerX, float centerY, float centerZ, float radius, int slices, int stacks, int features, boolean colorAlpha, int texCoordsSize)
          Creates a GeometryConstruct for an IndexedTriangleArray for a Raster Shape3D.
static GeometryConstruct Grid.createGeometryConstructITA(float width, float height, int resX, int resY, int features, boolean colorAlpha, int texCoordsSize)
          Creates a GeometryConstruct for an IndexedTriangleArray for a Raster Shape3D.
static GeometryConstruct Torus.createGeometryConstructITA(float alpha, int radSlices, int conSlices, int features, boolean colorAlpha, int texCoordsSize)
          Creates the GeometryConstruct for a Torus made of an IndexedTriangleArray.
static GeometryConstruct Hemisphere.createGeometryConstructITA(int slices, int stacks, int features, boolean colorAlpha, int texCoordsSize)
          Creates a GeometryConstruct for an IndexedTriangleArray for a Raster Shape3D.
static GeometryConstruct Cylinder.createGeometryConstructITSA(float radius, float height, float taper, boolean closed, int slices, int features, boolean colorAlpha, int texCoordsSize)
          Generate a cylinder pointing in the +/-y direction with unit height.
static GeometryConstruct Sphere.createGeometryConstructITSA(float centerX, float centerY, float centerZ, float radius, int slices, int stacks, int features, boolean colorAlpha, int texCoordsSize)
          Creates the GemetryConstruct for a sphere.
static GeometryConstruct Grid.createGeometryConstructITSA(float width, float height, int resX, int resY, int features, boolean colorAlpha, int texCoordsSize)
          Creates a GeometryConstruct for an IndexedTriangleStripArray for a Raster Shape3D.
static GeometryConstruct Torus.createGeometryConstructITSA(float alpha, int radSlices, int conSlices, int features, boolean colorAlpha, int texCoordsSize)
          Creates the GeometryConstruct for a Torus made of an IndexedTriangleStripArray.
static GeometryConstruct Hemisphere.createGeometryConstructITSA(int slices, int stacks, int features, boolean colorAlpha, int texCoordsSize)
          Creates the GemetryConstruct for a Hemisphere.
static GeometryConstruct Cylinder.createGeometryConstructTA(float radius, float height, float taper, boolean closed, int slices, int features, boolean colorAlpha, int texCoordsSize)
          Generate a cylinder pointing in the +/-y direction with unit height.
static GeometryConstruct Box.createGeometryConstructTA(float offsetX, float offsetY, float offsetZ, float sizeX, float sizeY, float sizeZ, int features, boolean colorAlpha, int texCoordsSize)
          Create a GeometryConstruct.
static GeometryConstruct Cube.createGeometryConstructTA(float offsetX, float offsetY, float offsetZ, float size, int features, boolean colorAlpha, int texCoordsSize)
           
static GeometryConstruct Sphere.createGeometryConstructTA(float centerX, float centerY, float centerZ, float radius, int slices, int stacks, int features, boolean colorAlpha, int texCoordsSize)
          Creates a GeometryConstruct for a TriangleArray for a Raster Shape3D.
static GeometryConstruct Box.createGeometryConstructTA(float sizeX, float sizeY, float sizeZ, int features, boolean colorAlpha, int texCoordsSize)
          Create a GeometryConstruct.
static GeometryConstruct Cone.createGeometryConstructTA(float radius, float height, int slices, int features, boolean colorAlpha, int texCoordsSize)
          Generate the GeometryConstruct for a TriangleArray to build a Cone pointing in the +y direction (with unit radius and length).
static GeometryConstruct Grid.createGeometryConstructTA(float width, float height, int resX, int resY, int features, boolean colorAlpha, int texCoordsSize)
          Creates a GeometryConstruct for a TriangleArray for a Raster Shape3D.
static GeometryConstruct Cube.createGeometryConstructTA(float size, int features, boolean colorAlpha, int texCoordsSize)
           
static GeometryConstruct Disk.createGeometryConstructTA(float radius, int slices, int features, boolean colorAlpha, int texCoordsSize)
          Generates the Geometry of a disk parallel to the x/y plane.
static GeometryConstruct Torus.createGeometryConstructTA(float alpha, int radSlices, int conSlices, int features, boolean colorAlpha, int texCoordsSize)
          Creates the GeometryConstruct for a Torus made of a TriangleArray.
static GeometryConstruct GeoSphere.createGeometryConstructTA(int N, int features, boolean colorAlpha, int texcoordsSize, boolean hemisphere)
           
static GeometryConstruct Capsule.createGeometryConstructTA(int slices, int stacks, float radius, float length, int features, boolean colorAlpha, int texCoordsSize)
          Creates the GeometryConstruct for a Capsule.
static GeometryConstruct Hemisphere.createGeometryConstructTA(int slices, int stacks, int features, boolean colorAlpha, int texCoordsSize)
          Creates a GeometryConstruct for a TriangleArray for a Raster Shape3D.
static GeometryConstruct Sphere.createGeometryConstructTSA(float centerX, float centerY, float centerZ, float radius, int slices, int stacks, int features, boolean colorAlpha, int texCoordsSize)
          Creates a GeometryConstruct for a TriangleStripArray for a Raster Shape3D.
static GeometryConstruct Grid.createGeometryConstructTSA(float width, float height, int resX, int resY, int features, boolean colorAlpha, int texCoordsSize)
          Creates a GeometryConstruct for a TriangleStripArray for a Raster Shape3D.
static GeometryConstruct Torus.createGeometryConstructTSA(float alpha, int radSlices, int conSlices, int features, boolean colorAlpha, int texCoordsSize)
          Creates the GeometryConstruct for a Torus made of a TriangleStripArray.
static GeometryConstruct Hemisphere.createGeometryConstructTSA(int slices, int stacks, int features, boolean colorAlpha, int texCoordsSize)
          Creates a GeometryConstruct for a TriangleStripArray for a Raster Shape3D.
 

Methods in org.xith3d.scenegraph.primitives with parameters of type GeometryConstruct
static GeometryConstruct GeomFactory.convertGeometryConstructITSA2ITA(GeometryConstruct gcITSA)
          Converts a GeometryConstruct made for IndexedTriangleStripArray to one made for IndexedTriangleArrays.
static GeometryConstruct GeomFactory.convertGeometryConstructITSA2TA(GeometryConstruct gcITSA)
          Converts a GeometryConstruct made for IndexedTriangleStripArray to one made for TriangleArrays.
static GeometryConstruct GeomFactory.convertGeometryConstructITSA2TSA(GeometryConstruct gcITSA)
          Converts a GeometryConstruct made for IndexedTriangleStripArray to one made for TriangleStripArrays.
protected static TriangleArray GeomFactory.createFullFeaturedTriangleArray(GeometryConstruct[] geoms)
          Creates the full-featured TriangleArray.
static Geometry GeomFactory.createGeometryArray(GeometryConstruct gc)
           
static IndexedTriangleArray GeomFactory.createIndexedTriangleArray(GeometryConstruct geomConstruct)
          Creates a IndexedTriangleArray.
static IndexedTriangleStripArray GeomFactory.createIndexedTriangleStripArray(GeometryConstruct geomConstruct)
          Creates a IndexedTriangleStripArray.
static IndexedTriangleArray GeomFactory.createITAfromITSA(GeometryConstruct gcITSA)
          Creates an IndexedTriangleArray for a Shape3D.
static TriangleArray GeomFactory.createTAfromITSA(GeometryConstruct gcITSA)
          Creates a TriangleArray for a Shape3D.
static TriangleArray GeomFactory.createTriangleArray(GeometryConstruct geomConstruct)
          Creates a TriangleArray.
static TriangleStripArray GeomFactory.createTriangleStripArray(GeometryConstruct geomConstruct)
          Creates a TriangleStripArray.
static TriangleStripArray GeomFactory.createTSAfromITSA(GeometryConstruct gcITSA)
          Creates a TriangleStripArray for a Shape3D.