#include <MVMaterialGrass.h>

Public Member Functions | |
| MVMaterialGrass () | |
| Default constructor. | |
| virtual string | toString () const |
| Returns a textual representation. | |
| virtual string | className () const |
| Returns the class name of the object. | |
| virtual enum classId | classId () const |
| Returns the class id of the object. | |
Class for the grass material.
| MVMaterialGrass::MVMaterialGrass | ( | ) |
Default constructor.
Default constructor.
| string MVMaterialGrass::toString | ( | ) | const [virtual] |
Returns a textual representation.
Reimplemented from MVMaterial.
| string MVMaterialGrass::className | ( | ) | const [virtual] |
Returns the class name of the object.
Reimplemented from MVMaterial.
| enum classId MVMaterialGrass::classId | ( | ) | const [virtual] |
Returns the class id of the object.
Reimplemented from MVMaterial.
1.5.6