Package | Description |
---|---|
ilog.views.maps.defense.terrain3d.model |
Classes to manage the 3D terrain model displayed in the 3D view.
|
ilog.views.maps.defense.terrain3d.view |
Base classes to manage the 3D View.
|
Modifier and Type | Method and Description |
---|---|
void |
Ilv3DTile.drawTile(int filletMask,
Ilv3DLinearCoordinateConverter coordConverter,
IlvBufferSliceManager geomBuf,
Ilv3DCamera camera,
GL2 gl,
boolean isBilinearFiltering)
Renders the tile in the specified OpenGL context at the current DEM and image level.
|
void |
Ilv3DTile.drawTile(int filletMask,
Ilv3DLinearCoordinateConverter coordConverter,
IlvBufferSliceManager geomBuf,
Ilv3DCamera camera,
GL2 gl,
Ilv3DView view,
boolean isBilinearFiltering)
Renders the tile in the specified OpenGL context at the current DEM and image level.
|
Modifier and Type | Method and Description |
---|---|
Ilv3DCamera |
Ilv3DView.getCamera()
Returns the
Ilv3DCamera associated with this
Ilv3DView . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
Ilv3DView.isTileVisible(Ilv3DTile tile,
Ilv3DCamera camera1)
Computes whether the specified tile is visible given the specified camera
position.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.