#include "basetype.h"#include "xform3d.h"#include "body.h"#include "strblock.h"#include "bitmap.h"Go to the source code of this file.
Compounds | |
| struct | geBody |
| struct | geBody_Bone |
| struct | geBody_Material |
| struct | geBody_Normal |
| struct | geBody_Triangle |
| struct | geBody_TriangleList |
| struct | geBody_XSkinVertex |
Defines | |
| #define | GE_BODY_INDEX_MAX (0xEFFF) |
| #define | GE_BODY_REALLY_BIG_NUMBER (9e9f) |
| #define | GE_BODY_HIGHEST_LOD_MASK ( 1 << GE_BODY_HIGHEST_LOD ) |
| #define | GE_BODY_BBOX_LOD_MASK ( 1 << GE_BODY_NUMBER_OF_LOD ) |
Typedefs | |
| typedef int16 | geBody_Index |
| typedef geBody_XSkinVertex | geBody_XSkinVertex |
| typedef geBody_Normal | geBody_Normal |
| typedef geBody_Bone | geBody_Bone |
| typedef geBody_Triangle | geBody_Triangle |
| typedef geBody_TriangleList | geBody_TriangleList |
| typedef geBody_Material | geBody_Material |
| typedef geBody | geBody |
Functions | |
| geBoolean GENESISCC | geBody_SanityCheck (const geBody *B) |
|
|
|
|
|
Definition at line 40 of file body._h. Referenced by geBody_AddNormal(), geBody_AddSkinVertex(), and geBody_ComputeLevelsOfDetail(). |
|
|
|
|
|
Definition at line 38 of file body._h. Referenced by geBody_AddBone(), and geBodyInst_GetGeometry(). |
|
|
|
|
|
|
|
|
Definition at line 44 of file body._h. Referenced by geBody_AddBone(), geBody_AddFace(), geBody_AddNormal(), geBody_AddSkinVertex(), geBody_AddToFaces(), geBody_ChangeVertexIndex(), geBody_ReadGeometry(), geBody_SortSkinVertices(), geBody_SwapVertexIndices(), geBodyInst_Create(), geBodyInst_GetGeometry(), and geBodyInst_GetGeometryPrep(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.2