|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Go to the source code of this file.
Classes | |
| class | WMOGroup |
| class | WMOInstance |
| struct | WMOLiquidHeader |
| struct | WMOLiquidVert |
| class | WMORoot |
Macros | |
| #define | CHUNKSIZE ((TILESIZE) / 16.0f) |
| #define | TILESIZE (533.33333f) |
| #define | WMO_MATERIAL_COLLIDE_HIT 0x20 |
| #define | WMO_MATERIAL_DETAIL 0x02 |
| #define | WMO_MATERIAL_HINT 0x08 |
| #define | WMO_MATERIAL_NO_COLLISION 0x04 |
| #define | WMO_MATERIAL_NOCAMCOLLIDE 0x01 |
| #define | WMO_MATERIAL_RENDER 0x10 |
| #define | WMO_MATERIAL_WALL_SURFACE 0x40 |
Functions | |
| static Vec3D | fixCoords (const Vec3D &v) |
| #define WMO_MATERIAL_COLLIDE_HIT 0x20 |
Definition at line 22 of file wmo.h.
Referenced by WMOGroup::ConvertToVMAPGroupWmo().
| #define WMO_MATERIAL_HINT 0x08 |
Definition at line 20 of file wmo.h.
Referenced by WMOGroup::ConvertToVMAPGroupWmo().
| #define WMO_MATERIAL_NO_COLLISION 0x04 |
Definition at line 19 of file wmo.h.
Referenced by WMOGroup::ConvertToVMAPGroupWmo().
Definition at line 30 of file wmo.h.
References Vec3D::x, Vec3D::y, and Vec3D::z.
Referenced by ModelInstance::ModelInstance(), and WMOInstance::WMOInstance().