|
j3d.org Code | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ROAMPatch | |
|---|---|
| org.j3d.terrain.roam | ROAM terrain rendering implementation. |
| Uses of ROAMPatch in org.j3d.terrain.roam |
|---|
| Methods in org.j3d.terrain.roam that return ROAMPatch | |
|---|---|
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. |
| Methods in org.j3d.terrain.roam with parameters of type ROAMPatch | |
|---|---|
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. |
|
j3d.org Code | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||