| Package | Description |
|---|---|
| org.j3d.terrain |
Generalised utility classes for all terrain culling algorithms.
|
| org.j3d.terrain.roam |
ROAM terrain rendering implementation.
|
| Modifier and Type | Interface and Description |
|---|---|
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 |
TiledTerrainData
Representatoin of data source that holds its data in tiles.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected TerrainData |
Landscape.terrainData
Raw terrain information to be rendered
|
| Constructor and Description |
|---|
Landscape(org.j3d.util.frustum.ViewFrustum view,
TerrainData data)
Create a new Landscape with the set view and data.
|
| Modifier and Type | Field and Description |
|---|---|
protected TerrainData |
ROAMPatch.terrainData
Source terrain data
|
| Constructor and Description |
|---|
ROAMPatch(TerrainData terrain,
int patchSize,
org.j3d.util.frustum.ViewFrustum frustum,
int patchX,
int patchY)
Create a new patch based on the terrain and appearance information.
|
ROAMSplitMergeLandscape(org.j3d.util.frustum.ViewFrustum view,
TerrainData data)
Creates new Landscape based on the view information and the terrain
data.
|
ROAMSplitMergeLandscape(org.j3d.util.frustum.ViewFrustum view,
TerrainData data,
int patchSize)
Creates new Landscape based on the view information and static terrain
data, with a controlable patch size.
|
Copyright © 2001 - 2015 j3d.org