#include <lvt/Texture.h>
Inheritance diagram for TexGen:
Public Member Functions | |
GLenum | GetMode (GLenum coord) |
Returns the texgen mode of the specified coordinate. | |
virtual void | Render () |
Enables texture coordinate generation. | |
void | SetMode (GLenum coord, GLenum mode) |
Sets the texgen mode for the specified coordinate. | |
void | SetPlane (GLenum coord, const Vec &v) |
Sets the plane equation for the specified coordinate. |
|
Returns the texgen mode of the specified coordinate.
|
|
Enables texture coordinate generation.
Implements TextureState. |
|
Sets the texgen mode for the specified coordinate.
|
|
Sets the plane equation for the specified coordinate.
|