#include <PropaneMaterial.h>
Inheritance diagram for Propane::Material::BaseMaterial:

Public Member Functions | |
| virtual void | apply ()=0 |
| Apply the material to the scene, setting OpenGL state. | |
| virtual void | unApply ()=0 |
| Remove the material, resetting OpenGL to normal state. | |
| virtual bool | canUse ()=0 |
| Check if we can use this material on this computer. | |
| virtual void | useCoordinate (const Propane::Vector3 &)=0 |
| Coordinates. | |
| virtual void | textureCoordinate (const Propane::Vector3 &v) |
| Texture coordinate. | |
1.4.6