doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Macros | |
#define | AF_TIMINGS |
Functions | |
void | DrawTraceModelSilhouette (const idVec3 &projectionOrigin, const idClipModel *clipModel) |
void | idPhysics_AF_SavePState (idSaveGame *saveFile, const AFPState_t &state) |
void | idPhysics_AF_RestorePState (idRestoreGame *saveFile, AFPState_t &state) |
#define AF_TIMINGS |
Definition at line 57 of file Physics_AF.cpp.
void DrawTraceModelSilhouette | ( | const idVec3 & | projectionOrigin, |
const idClipModel * | clipModel | ||
) |
Definition at line 6433 of file Physics_AF.cpp.
void idPhysics_AF_RestorePState | ( | idRestoreGame * | saveFile, |
AFPState_t & | state | ||
) |
Definition at line 6700 of file Physics_AF.cpp.
void idPhysics_AF_SavePState | ( | idSaveGame * | saveFile, |
const AFPState_t & | state | ||
) |
Definition at line 6687 of file Physics_AF.cpp.
const int AF_FORCE_EXPONENT_BITS = idMath::BitsForInteger( idMath::BitsForFloat( AF_FORCE_MAX ) ) + 1 |
Definition at line 7909 of file Physics_AF.cpp.
const int AF_FORCE_MANTISSA_BITS = AF_FORCE_TOTAL_BITS - 1 - AF_FORCE_EXPONENT_BITS |
Definition at line 7910 of file Physics_AF.cpp.
Definition at line 7907 of file Physics_AF.cpp.
Definition at line 7908 of file Physics_AF.cpp.
const int AF_VELOCITY_EXPONENT_BITS = idMath::BitsForInteger( idMath::BitsForFloat( AF_VELOCITY_MAX ) ) + 1 |
Definition at line 7905 of file Physics_AF.cpp.
const int AF_VELOCITY_MANTISSA_BITS = AF_VELOCITY_TOTAL_BITS - 1 - AF_VELOCITY_EXPONENT_BITS |
Definition at line 7906 of file Physics_AF.cpp.
Definition at line 7903 of file Physics_AF.cpp.
Definition at line 7904 of file Physics_AF.cpp.
Definition at line 43 of file Physics_AF.cpp.
Definition at line 42 of file Physics_AF.cpp.
Definition at line 37 of file Physics_AF.cpp.
Definition at line 38 of file Physics_AF.cpp.
Definition at line 49 of file Physics_AF.cpp.
Definition at line 40 of file Physics_AF.cpp.
Definition at line 39 of file Physics_AF.cpp.
Definition at line 41 of file Physics_AF.cpp.
Definition at line 48 of file Physics_AF.cpp.
Definition at line 47 of file Physics_AF.cpp.
Definition at line 46 of file Physics_AF.cpp.
Definition at line 44 of file Physics_AF.cpp.
Definition at line 45 of file Physics_AF.cpp.
Definition at line 53 of file Physics_AF.cpp.
Definition at line 51 of file Physics_AF.cpp.
Definition at line 52 of file Physics_AF.cpp.
Definition at line 50 of file Physics_AF.cpp.
Definition at line 54 of file Physics_AF.cpp.