![]() |
Public API Reference |
![]() |
Mesh data as returned by mesh plugins. More...
#include <ivideo/rendermesh.h>
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. |
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 356 of file rendermesh.h.
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 369 of file rendermesh.h.
Pointer to a portalcontainer, if there is any.
Definition at line 372 of file rendermesh.h.
Definition at line 375 of file rendermesh.h.
Worldspace origin of the mesh.
Definition at line 378 of file rendermesh.h.