doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Macros | |
#define | AAS_LIST_GRANULARITY 1024 |
#define | AAS_INDEX_GRANULARITY 4096 |
#define | AAS_PLANE_GRANULARITY 4096 |
#define | AAS_VERTEX_GRANULARITY 4096 |
#define | AAS_EDGE_GRANULARITY 4096 |
Functions | |
bool | Reachability_Write (idFile *fp, idReachability *reach) |
bool | Reachability_Read (idLexer &src, idReachability *reach) |
bool | Reachability_Special_Write (idFile *fp, idReachability_Special *reach) |
bool | Reachability_Special_Read (idLexer &src, idReachability_Special *reach) |
#define AAS_EDGE_GRANULARITY 4096 |
Definition at line 565 of file AASFile.cpp.
#define AAS_INDEX_GRANULARITY 4096 |
Definition at line 562 of file AASFile.cpp.
#define AAS_LIST_GRANULARITY 1024 |
Definition at line 561 of file AASFile.cpp.
#define AAS_PLANE_GRANULARITY 4096 |
Definition at line 563 of file AASFile.cpp.
#define AAS_VERTEX_GRANULARITY 4096 |
Definition at line 564 of file AASFile.cpp.
bool Reachability_Read | ( | idLexer & | src, |
idReachability * | reach | ||
) |
Definition at line 61 of file AASFile.cpp.
bool Reachability_Special_Read | ( | idLexer & | src, |
idReachability_Special * | reach | ||
) |
Definition at line 118 of file AASFile.cpp.
bool Reachability_Special_Write | ( | idFile * | fp, |
idReachability_Special * | reach | ||
) |
Definition at line 99 of file AASFile.cpp.
bool Reachability_Write | ( | idFile * | fp, |
idReachability * | reach | ||
) |
Definition at line 49 of file AASFile.cpp.