#include <terrain_geomipmap.h>
Inherits HierarchyTreeBase::Node.
Inheritance diagram for TerrainGeoMipMap::Node:


Public Types | |
| typedef Frustum::ClipState | ClipState |
Public Member Functions | |
| ClipState | getFrustumClipState (void) |
| gets previously set frustum state - used for frustum culling | |
| void | setFrustumClipState (ClipState state) |
| sets frustum state - used for frustum culling | |
| void | setBoundingBox (const float center[3], const float extent[3]) |
| sets user-defined 3D bounding box | |
| void | getBoundingBox (float center[3], float extent[3]) const |
| gets user-defined 3D bounding box stored in this node | |
| const float * | getBoundingBoxCenter (void) const |
| const float * | getBoundingBoxExtent (void) const |
Private Attributes | |
| ClipState | mFrustumClipState |
| node outside frustum, inside frustum, or intersect (don't know) | |
| float | center [3] |
| The center point of user's bounding box. | |
| float | extent [3] |
| The extent of user's bounding box. | |
Contains 3D bounding box and frustum-culling state.
Definition at line 27 of file terrain_geomipmap.h.
|
|
Definition at line 29 of file terrain_geomipmap.h. |
|
||||||||||||
|
gets user-defined 3D bounding box stored in this node
Definition at line 61 of file terrain_geomipmap.h. |
|
|
Definition at line 69 of file terrain_geomipmap.h. References center. |
|
|
Definition at line 72 of file terrain_geomipmap.h. References extent. |
|
|
gets previously set frustum state - used for frustum culling
Definition at line 35 of file terrain_geomipmap.h. References mFrustumClipState. |
|
||||||||||||
|
sets user-defined 3D bounding box
Definition at line 48 of file terrain_geomipmap.h. |
|
|
sets frustum state - used for frustum culling
Definition at line 41 of file terrain_geomipmap.h. References mFrustumClipState. |
|
|
The center point of user's bounding box.
Definition at line 79 of file terrain_geomipmap.h. Referenced by getBoundingBoxCenter(). |
|
|
The extent of user's bounding box.
Definition at line 80 of file terrain_geomipmap.h. Referenced by getBoundingBoxExtent(). |
|
|
node outside frustum, inside frustum, or intersect (don't know)
Definition at line 76 of file terrain_geomipmap.h. Referenced by getFrustumClipState(), and setFrustumClipState(). |
1.4.5