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

Public Member Functions | |
| virtual void | apply () |
| Apply the texture using glBindTexture(GL_TEXTURE_2D, internalID). Enables GL_TEXTURE_2D if not already active. | |
| virtual void | unApply () |
| Remove the texture using glBindTexture(GL_TEXTURE_2D, 0). | |
| virtual bool | canUse () |
| Check if we can use this material on this computer. | |
| virtual void | useCoordinate (const Propane::Vector3 &f) |
| Use the provided vector as a 2D texture coordinate (u,v). | |
1.4.6