Inheritance diagram for ssgLoaderOptions:

Public Member Functions | |
| ssgLoaderOptions () | |
| virtual | ~ssgLoaderOptions () |
| const char * | getModelDir (void) const |
| const char * | getTextureDir (void) const |
| virtual ssgBranch * | createBranch (char *text) const |
| virtual ssgState * | createState (char *tfname) const |
| virtual ssgSimpleState * | createSimpleState (char *tfname) const |
| virtual void | endLoad () |
| void | setCreateBranchCallback (ssgBranch *(*cb)(char *)) |
| void | setCreateStateCallback (ssgState *(*cb)(char *)) |
Public Attributes | |
| ssgSimpleStateArray | shared_states |
| ssgTextureArray | shared_textures |
Protected Attributes | |
| char * | model_dir |
| char * | texture_dir |
Definition at line 2580 of file ssg.h.
1.5.1