Draw operation interface.
Public Member Functions | |
| virtual tBool | Copy (const iDrawOperation *apDO)=0 |
| Copy another draw operation. More... | |
| virtual iDrawOperation * | Clone () const =0 |
| Clone this draw operation. More... | |
| virtual tBool | GetIsCompiled () const =0 |
| Return whether the draw operation is compiled (read-only) {Property}. More... | |
| virtual void | SetPriority (tU32 anPriority)=0 |
| Set the priority. {Property}. More... | |
| virtual tU32 | GetPriority () const =0 |
| Get the priority. {Property}. More... | |
| virtual void | SetVertexArray (iVertexArray *apVertexArray)=0 |
| Set the vertex array. {Property}. More... | |
| virtual iVertexArray * | GetVertexArray () const =0 |
| Get the vertex array. {Property}. More... | |
| virtual void | SetPrimitiveType (eGraphicsPrimitiveType aPrim)=0 |
| Set the primitive type. More... | |
| virtual eGraphicsPrimitiveType | GetPrimitiveType () const =0 |
| Get the primitive type. {Property}. More... | |
| virtual void | SetIndexArray (iIndexArray *apIndexArray)=0 |
| Set the index array. {Property}. More... | |
| virtual iIndexArray * | GetIndexArray () const =0 |
| Get the index array. {Property}. More... | |
| virtual void | SetFirstIndex (tU32 anIndex)=0 |
| Set the first index. {Property}. More... | |
| virtual tU32 | GetFirstIndex () const =0 |
| Get the first index. {Property}. More... | |
| virtual void | SetNumIndices (tU32 anNumIndices)=0 |
| Set the number of indices. {Property}. More... | |
| virtual tU32 | GetNumIndices () const =0 |
| Get the number of indices. {Property}. More... | |
| virtual void | SetBaseVertexIndex (tU32 anBaseVertexIndex)=0 |
| Set the base vertex index. {Property}. More... | |
| virtual tU32 | GetBaseVertexIndex () const =0 |
| Get the base vertex index. {Property}. More... | |
| virtual void | SetMatrix (const sMatrixf &apMatrix)=0 |
| Set the matrix. {Property}. More... | |
| virtual sMatrixf | GetMatrix () const =0 |
| Get the matrix. {Property}. More... | |
| virtual void | SetMaterial (iMaterial *apMaterial)=0 |
| Set the material. {Property}. More... | |
| virtual iMaterial * | GetMaterial () const =0 |
| Get the material. {Property}. More... | |
| virtual void | SetLocalBoundingVolume (iBoundingVolume *apBV)=0 |
| Set the bounding volume. {Property}. More... | |
| virtual iBoundingVolume * | GetLocalBoundingVolume () const =0 |
| Get the bounding volume in local space. {Property}. More... | |
| virtual iBoundingVolume * | GetBoundingVolume () const =0 |
| Get the bounding volume in world space. {Property}. More... | |
| virtual sVec3f | GetCenter () const =0 |
| Get the center position. {Property}. More... | |
| virtual tFVF | GetFVF () const =0 |
| Get the FVF of the draw operation. {Property}. More... | |
Public Member Functions inherited from iUnknown | |
| virtual tBool | IsOK () const =0 |
| Check if the object is valid. More... | |
| virtual tI32 | AddRef ()=0 |
| Signal that one more reference of the object has been created. More... | |
| virtual tI32 | Release ()=0 |
| Release a reference of the object. More... | |
| virtual void | DeleteThis ()=0 |
| Bypass any reference counting and delete this object. More... | |
| virtual void | Invalidate ()=0 |
| Invalidate the object. More... | |
| virtual iUnknown * | QueryInterface (const tUUID &aIID)=0 |
| Query an interface. More... | |
| virtual void | ListInterfaces (iMutableCollection *apLst, tU32 anFlags) const =0 |
| Fill a UUID list containing the UUIDs of the implemented interfaces. More... | |
| virtual tI32 | SetNumRefs (tI32 anNumRefs)=0 |
| Set the reference counter directly. More... | |
| virtual tI32 | GetNumRefs () const =0 |
| Get the number of references to this object. More... | |
|
pure virtual |
Copy another draw operation.
|
pure virtual |
Clone this draw operation.
|
pure virtual |
Return whether the draw operation is compiled (read-only) {Property}.
|
pure virtual |
Get the priority. {Property}.
|
pure virtual |
Set the vertex array. {Property}.
|
pure virtual |
Get the vertex array. {Property}.
|
pure virtual |
Set the primitive type.
|
pure virtual |
Get the primitive type. {Property}.
|
pure virtual |
Set the index array. {Property}.
|
pure virtual |
Get the index array. {Property}.
|
pure virtual |
Get the first index. {Property}.
|
pure virtual |
Get the number of indices. {Property}.
Set the base vertex index. {Property}.
|
pure virtual |
Get the base vertex index. {Property}.
|
pure virtual |
Get the matrix. {Property}.
|
pure virtual |
Get the material. {Property}.
|
pure virtual |
Set the bounding volume. {Property}.
|
pure virtual |
Get the bounding volume in local space. {Property}.
|
pure virtual |
Get the bounding volume in world space. {Property}.
|
pure virtual |
Get the center position. {Property}.
|
pure virtual |
Get the FVF of the draw operation. {Property}.
1.8.7