|
j3d.org Code | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HeightDataSource | |
---|---|
org.j3d.loaders | General classes usable across multiple loader instances. |
org.j3d.terrain | Generalised utility classes for all terrain culling algorithms. |
org.j3d.terrain.roam | ROAM terrain rendering implementation. |
org.j3d.ui.navigation | User interface components and capabilities for implementing simple navigation on any Canvas 3D. |
Uses of HeightDataSource in org.j3d.loaders |
---|
Classes in org.j3d.loaders that implement HeightDataSource | |
---|---|
class |
HeightMapTerrainData
Generalised implementation of the TerrainData for
any file format or loader that supports a static grid based data structure. |
class |
SimpleTiledTerrainData
Simplified implementation of the TiledTerrainData
for any file format or loader that supports a static grid based data
structure. |
Uses of HeightDataSource in org.j3d.terrain |
---|
Subinterfaces of HeightDataSource in org.j3d.terrain | |
---|---|
interface |
FreeFormTerrainData
A source of terrain data that has no fixed requirements for its access. |
interface |
StaticTerrainData
Terrain data that represents a static collection of information. |
interface |
TerrainData
This class provides a generic interface to the terrain dataset. |
interface |
TiledTerrainData
Representatoin of data source that holds its data in tiles. |
Classes in org.j3d.terrain that implement HeightDataSource | |
---|---|
class |
AbstractFreeFormTerrainData
Abstract representation of free-form terrain data. |
class |
AbstractStaticTerrainData
An abstract representation of the base functionality for a TerrainData implementation. |
class |
AbstractTerrainData
An abstract representation of the base functionality for a TerrainData implementation. |
class |
AbstractTiledTerrainData
An abstract representation of the base functionality for a TerrainData implementation. |
class |
Landscape
Representation of a piece of rendered terrain data. |
Uses of HeightDataSource in org.j3d.terrain.roam |
---|
Classes in org.j3d.terrain.roam that implement HeightDataSource | |
---|---|
class |
ROAMSplitMergeLandscape
ROAM implmentation of a landscape using the split-merge combination algorithm. |
Uses of HeightDataSource in org.j3d.ui.navigation |
---|
Subinterfaces of HeightDataSource in org.j3d.ui.navigation | |
---|---|
interface |
HeightMapGeometry
A marker interface to indicate that an item of geometry contains height map information that will be useful for terrain following and collision detection. |
|
j3d.org Code | |||||||||
PREV NEXT | FRAMES NO FRAMES |