FTEQW
Documentation of the FTE engine source tree.
com_bih.h File Reference

Go to the source code of this file.

Classes

struct  q2mapsurface_s
 
struct  q2cbrushside_t
 
struct  q2cbrush_s
 
struct  q3cmesh_t
 
struct  q3cpatch_t
 
struct  bihdata_s
 
struct  bihleaf_s
 

Typedefs

typedef struct q2mapsurface_s q2mapsurface_t
 
typedef struct q2cbrush_s q2cbrush_t
 

Enumerations

enum  bihtype_e {
  BIH_X , BIH_Y , BIH_Z , BVH_X ,
  BVH_Y , BVH_Z , BIH_GROUP , BIH_BRUSH ,
  BIH_PATCHBRUSH , BIH_TRISOUP , BIH_TRIANGLE , BIH_MODEL
}
 

Functions

void BIH_Build (model_t *mod, struct bihleaf_s *items, size_t numitems)
 
void BIH_BuildAlias (model_t *mod, struct galiasinfo_s *meshes)
 

Typedef Documentation

◆ q2cbrush_t

typedef struct q2cbrush_s q2cbrush_t

◆ q2mapsurface_t

Enumeration Type Documentation

◆ bihtype_e

enum bihtype_e
Enumerator
BIH_X 
BIH_Y 
BIH_Z 
BVH_X 
BVH_Y 
BVH_Z 
BIH_GROUP 
BIH_BRUSH 
BIH_PATCHBRUSH 
BIH_TRISOUP 
BIH_TRIANGLE 
BIH_MODEL 

Function Documentation

◆ BIH_Build()

void BIH_Build ( model_t mod,
struct bihleaf_s items,
size_t  numitems 
)

◆ BIH_BuildAlias()

void BIH_BuildAlias ( model_t mod,
struct galiasinfo_s meshes 
)