| Package | Description |
|---|---|
| org.j3d.terrain.roam |
ROAM terrain rendering implementation.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract ROAMPatch |
ROAMSplitMergeLandscape.createPatch(int eastPosition,
int northPosition,
int xTile,
int yTile)
Create a new patch object instance that is located at the given
position within the tile.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
ROAMSplitMergeLandscape.addPatch(ROAMPatch patch)
Add the newly created patch to the renderer specific structures.
|
protected abstract void |
ROAMSplitMergeLandscape.updatePatch(ROAMPatch patch,
int xTile,
int yTile)
Update the patch representation to be at the new tile location.
|
Copyright © 2001 - 2015 j3d.org