Package com.sun.j3d.utils.geometry

Class Summary
Box Box is a geometry primitive created with a given length, width, and height.
ColorCube Simple color-per-vertex cube with a different color for each face
Cone Cone is a geometry primitive defined with a radius and a height.
Cylinder Cylinder is a geometry primitive defined with a radius and a height.
GeometryInfo The GeometryInfo object is where you put your geometry if you want to use the Java 3D utility libraries.
NormalGenerator The NormalGenerator utility will calculate and fill in the normals of a GeometryInfo object.
Primitive Base class for all Java 3D primitives.
Sphere Sphere is a geometry primitive created with a given radius and resolution.
Stripifier The Stripifier utility will change the primitive of the GeometryInfo object to Triangle Strips.
Text2D This class creates a texture-mapped rectangle which displays the text string sent in by the user, given the appearance parameters also supplied by the user.
Triangulator Triangulator is a utility for turning arbitrary polygons into triangles so they can be rendered by Java 3D.