Package com.sun.j3d.utils.geometry.compression

Provides compressed geometry utility classes.

See:
          Description

Class Summary
CompressedGeometryData The compressed geometry object is used to store geometry in a compressed format.
CompressedGeometryData.Header The Header class is a data container for the header information, used in conjunction with a CompressedGeometryData object.
CompressedGeometryFile This class provides methods to read and write compressed geometry resource files.
CompressionStream This class is used as input to a geometry compressor.
GeometryCompressor A GeometryCompressor takes a stream of geometric elements and quantization parameters (the CompressionStream object) and compresses it into a stream of commands as defined by appendix B of the Java 3D specification.
 

Package com.sun.j3d.utils.geometry.compression Description

Provides compressed geometry utility classes. This package supersedes the javax.media.j3d.CompressedGeometry class and the com.sun.j3d.utils.compression package.