|
enum | { FILTER_NONE =0,
FILTER_TRANSPARENT,
FILTER_BLEND,
FILTER_ADDITIVE
} |
|
|
void | Cleanup () |
|
void | Read (TypePointer inP, int inSize) |
| one time read, each model can only call this once More...
|
|
float | getFrameAlpha (int frameNum, int layerNum) |
|
Layer * | CreateLayer () |
|
§ Read()
one time read, each model can only call this once
one time call, any previous call to Read(...) will be overriden
The documentation for this class was generated from the following files:
- Client/trunk/ParaEngineClient/mdxfile/Material.h
- Client/trunk/ParaEngineClient/mdxfile/Material.cpp