j3d.org Code

Package org.j3d.loaders

General classes usable across multiple loader instances.

See:
          Description

Interface Summary
HeightMapSource A marker interface that describs a parser implementation that produces heightfield information.
 

Class Summary
HeightMapTerrainData Generalised implementation of the TerrainData for any file format or loader that supports a static grid based data structure.
SimpleTiledTerrainData Simplified implementation of the TiledTerrainData for any file format or loader that supports a static grid based data structure.
 

Exception Summary
InvalidFormatException Exception for when the format of the input file does not match the expectations of the parser implementation.
ParsingErrorException Exception for when an internal error was detected by the parsing system.
UnsupportedFormatException Exception for when the input file provided does not match the format that the parser can handle.
 

Package org.j3d.loaders Description

General classes usable across multiple loader instances.

The code in this package is useful for many other tasks within the codebase. Currently there is a lot of integration with the terrain rendering code because loaders are usually used as the source data for terrain rendering.


j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org