csRenderMesh Struct Reference
[3D]
Mesh data as returned by mesh plugins.
More...
#include <ivideo/rendermesh.h>
Inheritance diagram for csRenderMesh:

Public Member Functions | |
csRenderMesh () | |
~csRenderMesh () | |
Public Attributes | |
void * | geometryInstance |
Some unique ID for the geometry used to render this mesh. | |
iPortalContainer * | portal |
Pointer to a portalcontainer, if there is any. | |
csRef< iShaderVariableContext > | variablecontext |
@@ Document me. | |
csVector3 | worldspace_origin |
Worldspace origin of the mesh. |
Detailed Description
Mesh data as returned by mesh plugins.Contains both the data needed for rendering as well as some additional data for preprocessing.
Definition at line 150 of file rendermesh.h.
Member Data Documentation
|
Some unique ID for the geometry used to render this mesh. Used for sorting purposes, and is allowed to be 0, although that means non-optimal mesh sorting at rendering. Definition at line 165 of file rendermesh.h. Referenced by csRenderMesh(). |
|
Pointer to a portalcontainer, if there is any.
Definition at line 168 of file rendermesh.h. Referenced by csRenderMesh(). |
|
@@ Document me.
Definition at line 171 of file rendermesh.h. |
|
Worldspace origin of the mesh.
Definition at line 174 of file rendermesh.h. |
The documentation for this struct was generated from the following file:
- ivideo/rendermesh.h
Generated for Crystal Space by doxygen 1.4.6