Inheritance diagram for G3Scene:
Public Member Functions | |
void | AddObject (G3Object *o) |
BOOL | DelObject (G3Object *o) |
void | AddLight (G3Light *o) |
BOOL | DelLight (G3Light *o) |
void | Draw (G3Buffer *_buf) |
void | DrawZ (G3ZBuffer *_zbuf) |
BOOL | Load3DS (char *fn) |
BOOL | Load3DS (char *fn, uint32 clr) |
Public Attributes | |
List< G3Object * > | ol |
List< G3Light * > | ll |
Definition at line 234 of file g3.hpp.