|
UFO: Alien Invasion
|
static mesh models (none-animated) can have a server side flag set to be clipped for pathfinding More...
#include <server.h>

Data Fields | |
| AABB | aabb |
| int | frame |
| char * | name |
static mesh models (none-animated) can have a server side flag set to be clipped for pathfinding
| AABB sv_model_t::aabb |
the mins and maxs of the model bounding box
Definition at line 48 of file server.h.
Referenced by SV_LoadModelAABB(), SV_ModLoadAliasMD2Model(), and SV_ModLoadAliasMD3Model().
| int sv_model_t::frame |
the frame the mins and maxs were calculated for
Definition at line 49 of file server.h.
Referenced by SV_LoadModelAABB(), SV_ModLoadAliasMD2Model(), and SV_ModLoadAliasMD3Model().
| char* sv_model_t::name |
the model path (relative to base/
Definition at line 50 of file server.h.
Referenced by SV_LoadModelAABB(), and SV_Shutdown().