Package com.sun.j3d.utils.geometry


package com.sun.j3d.utils.geometry

Provides geometry construction, triangulation, and optimization utility classes.

  • Classes
    Class
    Description
    Box is a geometry primitive created with a given length, width, and height.
    Simple color-per-vertex cube with a different color for each face
    Cone is a geometry primitive defined with a radius and a height.
    Cylinder is a geometry primitive defined with a radius and a height.
    The GeometryInfo object holds data for processing by the Java3D geometry utility tools.
    The NormalGenerator utility will calculate and fill in the normals of a GeometryInfo object.
    Base class for all Java 3D primitives.
    Sphere is a geometry primitive created with a given radius and resolution.
    The Stripifier utility will change the primitive of the GeometryInfo object to Triangle Strips.
    This class collects statistics on the Stripifier.
    A Text2D object is a representation of a string as a texture mapped rectangle.
    Triangulator is a utility for turning arbitrary polygons into triangles so they can be rendered by Java 3D.