UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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

AABB aabb
 
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

AABB sv_model_s::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_s::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_s::name

the model path (relative to base/

Definition at line 50 of file server.h.

Referenced by SV_LoadModelAABB(), and SV_Shutdown().


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