#include <OgreRenderOperation.h>
Public Types | |
enum | OperationType { OT_POINT_LIST = 1, OT_LINE_LIST = 2, OT_LINE_STRIP = 3, OT_TRIANGLE_LIST = 4, OT_TRIANGLE_STRIP = 5, OT_TRIANGLE_FAN = 6 } |
The rendering operation type to perform. More... | |
Public Member Functions | |
RenderOperation () | |
Public Attributes | |
VertexData * | vertexData |
Vertex source data. | |
OperationType | operationType |
The type of operation to perform. | |
bool | useIndexes |
Specifies whether to use indexes to determine the vertices to use as input. | |
IndexData * | indexData |
Index data - only valid if useIndexes is true. | |
Renderable * | srcRenderable |
Debug pointer back to renderable which created this. |
Definition at line 35 of file OgreRenderOperation.h.
|
The rendering operation type to perform.
Definition at line 38 of file OgreRenderOperation.h. |
|
Definition at line 71 of file OgreRenderOperation.h. References operationType, OT_TRIANGLE_LIST, and useIndexes. |
|
Index data - only valid if useIndexes is true.
Definition at line 66 of file OgreRenderOperation.h. |
|
The type of operation to perform.
Definition at line 57 of file OgreRenderOperation.h. Referenced by RenderOperation(). |
|
Debug pointer back to renderable which created this.
Definition at line 68 of file OgreRenderOperation.h. |
|
Specifies whether to use indexes to determine the vertices to use as input. If false, the vertices are simply read in sequence to define the primitives. If true, indexes are used instead to identify vertices anywhere in the buffer, and allowing vertices to be used more than once. If true, then the indexBuffer, indexStart and numIndexes properties must be valid. Definition at line 63 of file OgreRenderOperation.h. Referenced by RenderOperation(). |
|
Vertex source data.
Definition at line 54 of file OgreRenderOperation.h. |
Copyright © 2000-2005 by The OGRE Team
Last modified Sun Apr 10 23:24:24 2005