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.
 

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