| 
    Tachyon (current)
    Current Main Branch
    
   | 
 
Go to the source code of this file.
Macros | |
| #define | PARSENOERR 0 | 
| #define | PARSEBADFILE 1 | 
| #define | PARSEBADSUBFILE 2 | 
| #define | PARSEBADSYNTAX 4 | 
| #define | PARSEEOF 8 | 
| #define | PARSEALLOCERR 16 | 
Functions | |
| unsigned int | ParseAC3D (char *, SceneHandle) | 
| #define PARSEALLOCERR 16 | 
Definition at line 16 of file ac3dparse.h.
Referenced by add_texture(), and main().
| #define PARSEBADFILE 1 | 
Definition at line 12 of file ac3dparse.h.
Referenced by main(), ParseAC3D(), and readmodel().
| #define PARSEBADSUBFILE 2 | 
Definition at line 13 of file ac3dparse.h.
Referenced by GetTPolyFile(), main(), and ReadIncludeFile().
| #define PARSEBADSYNTAX 4 | 
Definition at line 14 of file ac3dparse.h.
Referenced by GetBackGndGradient(), GetCamera(), GetClipGroup(), GetImageDef(), GetInt(), GetObject(), GetRecurseObject(), GetScene(), GetShaderMode(), GetString(), GetTexBody(), GetVector(), GetVertexArray(), main(), and readmodel().
| #define PARSEEOF 8 | 
Definition at line 15 of file ac3dparse.h.
Referenced by GetClipGroup(), GetObject(), GetScene(), main(), ParseAC3D(), ReadIncludeFile(), and readmodel().
| #define PARSENOERR 0 | 
Definition at line 11 of file ac3dparse.h.
Referenced by add_texture(), GetBackGnd(), GetCamera(), GetClipGroup(), GetClipGroupEnd(), GetFog(), GetImageDef(), GetInt(), GetObject(), GetRecurseObject(), GetScenedefs(), GetShaderMode(), GetString(), GetTexAlias(), GetTexDef(), GetTexture(), GetVector(), GetVertexArray(), main(), ParseAC3D(), ReadIncludeFile(), and readmodel().
| unsigned int ParseAC3D | ( | char * | , | 
| SceneHandle | |||
| ) | 
Definition at line 98 of file ac3dparse.c.
References apicolor::b, apicolor::g, GetScene(), GetScenedefs(), numobjectsparsed, PARSEBADFILE, PARSEEOF, PARSENOERR, apicolor::r, reset_tex_table(), rt_background(), and scenebackcol.
Referenced by main().
 1.8.14