
Public Member Functions | |
| RenderInfo (int _step, unsigned int _attr, const Frustum &_frustum, const GLContext &_context) | |
Public Attributes | |
| unsigned int | attributes |
| const GLContext & | context |
| Point3f | fp [8] |
| const Frustum & | frustum |
| int | step |
| int | texLOD [MAX_SPHERE_MESH_TEXTURES] |
|
||||||||||||||||||||
|
Definition at line 53 of file lodspheremesh.h. References context, frustum, and step. 00056 : 00057 step(_step), 00058 attributes(_attr), 00059 frustum(_frustum), 00060 context(_context) 00061 {};
|
|
|
Definition at line 64 of file lodspheremesh.h. |
|
|
Definition at line 68 of file lodspheremesh.h. Referenced by RenderInfo(). |
|
|
Definition at line 66 of file lodspheremesh.h. Referenced by LODSphereMesh::render(). |
|
|
Definition at line 65 of file lodspheremesh.h. Referenced by RenderInfo(). |
|
|
Definition at line 61 of file lodspheremesh.h. Referenced by LODSphereMesh::render(), and RenderInfo(). |
|
|
Definition at line 67 of file lodspheremesh.h. Referenced by LODSphereMesh::render(). |
1.4.1