CS::Graphics::RenderMesh Struct Reference
Mesh data as returned by mesh plugins. More...
#include <ivideo/rendermesh.h>
Inheritance diagram for CS::Graphics::RenderMesh:

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 |
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 233 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 246 of file rendermesh.h.
The documentation for this struct was generated from the following file:
- ivideo/rendermesh.h
Generated for Crystal Space 1.4.0 by doxygen 1.5.8