Inheritance diagram for GLObject:
Public Member Functions | |
void | SetRotate (float _angle, float x, float y, float z) |
void | SetTranslate (float x, float y, float z) |
void | SetScale (float x, float y, float z) |
BOOL | SetFrame (uint32 idx) |
BOOL | NextFrame () |
int32 | FrameCount () |
void | AddVertex (int cnt, float *xyz) |
void | AddPoly (int cnt, uint16 *pts) |
Public Attributes | |
int32 | FrameIndex |
float | angle |
float | rx |
float | ry |
float | rz |
float | tx |
float | ty |
float | tz |
float | sx |
float | sy |
float | sz |
Friends | |
class | GLScene |
Definition at line 68 of file opengl.hpp.