|
j3d.org Code | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
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 | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |