Google

Main Page   Class Hierarchy   Compound List   File List   Compound Members  

iIsoMeshSprite Struct Reference

This class wraps meshes (meant for the 3d engine) and adapts them for use by the isometric engine. More...

#include <iso.h>

Inheritance diagram for iIsoMeshSprite:

iIsoSprite iBase List of all members.

Public Methods

virtual void SetMeshObject (iMeshObject *mesh)=0
 set the mesh object to use.

virtual iMeshObjectGetMeshObject () const=0
 get the mesh object.

virtual void SetTransform (const csMatrix3 &transform)=0
 set the transformation matrix for this mesh.

virtual const csMatrix3GetTransform () 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.


Detailed Description

This class wraps meshes (meant for the 3d engine) and adapts them for use by the isometric engine.

It also implements the iIsoSprite interface.


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.2.5 written by Dimitri van Heesch, ©1997-2000