|
j3d.org Code | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Ac3dParseObserver | An observer to process the parsing of an AC3D file. |
Class Summary | |
---|---|
Ac3dMaterial | Defines a model to represent the properties of a surface material in the AC3D file format. |
Ac3dObject | AC3DObject provides a modeling of the properties that
constitute an object in the AC3D file format specification. |
Ac3dParser | AC3DFileParser handles the work of parsing the AC3D data
from a stream. |
Ac3dSurface | Representation of the attributes for a polygon surface in the AC3D file format definition. |
Classes for parsing and loading AC3D files v3.0 and later.
Ac3dLoader was originally written as two separate projects. The first project
was a general purpose AC3D file parser that loaded the flat file into a
hierarchical model for general-purpose use. The second project was the
Ac3dLoader
implementation, which essentially just provides
mapping of the model generated in the parser to their Java 3D representation.
Although both projects have been merged into the single Ac3dLoader project,
the separate parsing functionality is still available.
|
j3d.org Code | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |