sv_model_s Struct Reference

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

Detailed Description

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.


Field Documentation

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().

the model path (relative to base/

Definition at line 50 of file server.h.

Referenced by SV_LoadModelMinsMaxs(), and SV_Shutdown().


The documentation for this struct was generated from the following file:

Generated by  doxygen 1.6.2