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