![]() |
Public API Reference |
#include <iso.h>
Inheritance diagram for iIsoMeshSprite:
Public Methods | |
virtual void | SetMeshObject (iMeshObject *mesh)=0 |
set the mesh object to use. More... | |
virtual iMeshObject * | GetMeshObject () const=0 |
get the mesh object. More... | |
virtual void | SetTransform (const csMatrix3 &transform)=0 |
set the transformation matrix for this mesh. More... | |
virtual const csMatrix3 & | GetTransform () const=0 |
get the transformation matrix used for this mesh. More... | |
virtual void | SetZBufMode (csZBufMode mode)=0 |
Set the zbuf mode for the mesh. More... | |
virtual csZBufMode | GetZBufMode () const=0 |
Get the zbuf mode for the mesh. More... |
It also implements the iIsoSprite interface.
Definition at line 460 of file iso.h.
|
get the mesh object.
|
|
get the transformation matrix used for this mesh.
|
|
Get the zbuf mode for the mesh.
|
|
set the mesh object to use.
|
|
set the transformation matrix for this mesh.
|
|
Set the zbuf mode for the mesh.
|