Package com.sun.j3d.utils.geometry.compression
package com.sun.j3d.utils.geometry.compression
Provides compressed geometry utility classes. This package supersedes the javax.media.j3d.CompressedGeometry class and the com.sun.j3d.utils.compression package.
-
ClassesClassDescriptionThe compressed geometry object is used to store geometry in a compressed format.The Header class is a data container for the header information, used in conjunction with a CompressedGeometryData object.This class provides methods to read and write compressed geometry resource files.This class is used as input to a geometry compressor.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.