UFO: Alien Invasion
Loading...
Searching...
No Matches
sv_model_t Struct Reference

static mesh models (none-animated) can have a server side flag set to be clipped for pathfinding More...

#include <server.h>

Collaboration diagram for sv_model_t:
Collaboration graph

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

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

◆ frame

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

◆ name

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


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