#include <CmdMaterial.h>
Inheritance diagram for CmdMaterialChange:
Public Methods | |
CmdMaterialChange (const char *, int, float) | |
~CmdMaterialChange (void) | |
Protected Methods | |
virtual void | create_text (void) |
virtual function which is called when a text version of the command must be created to be printed to the console or a log file. More... |
Definition at line 55 of file CmdMaterial.h.
|
Definition at line 73 of file CmdMaterial.C. References stringdup. |
|
Definition at line 96 of file CmdMaterial.C. |
|
virtual function which is called when a text version of the command must be created to be printed to the console or a log file.
Reimplemented from Command. Definition at line 80 of file CmdMaterial.C. References Command::cmdText, MAT_AMBIENT, MAT_DIFFUSE, MAT_MIRROR, MAT_OPACITY, MAT_OUTLINE, MAT_OUTLINEWIDTH, MAT_SHININESS, MAT_SPECULAR, and MAT_TRANSMODE. |