Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
iProtoMeshState Struct Reference
This interface describes the API for the proto mesh object. More...
#include <imesh/protomesh.h>
Inheritance diagram for iProtoMeshState:

Public Member Functions | |
virtual void | SetMaterialWrapper (iMaterialWrapper *material)=0 |
Set material of mesh. | |
virtual iMaterialWrapper * | GetMaterialWrapper () const =0 |
Get material of mesh. | |
virtual void | SetMixMode (uint mode)=0 |
Set mix mode. | |
virtual uint | GetMixMode () const =0 |
Get mix mode. | |
virtual void | SetColor (const csColor &col)=0 |
Set the base color to use. Will be added to the colors values. | |
virtual const csColor & | GetColor () const =0 |
Get the color. |
Detailed Description
This interface describes the API for the proto mesh object.Main creators of instances implementing this interface:
- Proto mesh object plugin (crystalspace.mesh.object.protomesh)
- iMeshObjectFactory::NewInstance()
- Protomesh Loader plugin (crystalspace.mesh.loader.protomesh)
Definition at line 130 of file protomesh.h.
Member Function Documentation
|
Get the color.
|
|
Get material of mesh.
|
|
Get mix mode.
|
|
Set the base color to use. Will be added to the colors values.
|
|
Set material of mesh.
|
|
Set mix mode.
|
The documentation for this struct was generated from the following file:
- imesh/protomesh.h
Generated for Crystal Space by doxygen 1.3.9.1