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