FTEQW
Documentation of the FTE engine source tree.
bihdata_s Struct Reference

#include <com_bih.h>

Public Attributes

unsigned int contents
 
union {
   q2cbrush_t *   brush
 
   q2cbrush_t *   patchbrush
 
   q3cmesh_t *   cmesh
 
   struct {
      index_t *   indexes
 
      vecV_t *   xyz
 
   }   tri
 
   struct {
      model_t *   model
 
      struct bihtransform_s {
         vec3_t   axis [3]
 
         vec3_t   origin
 
      }   tr
 
   }   mesh
 
}; 
 

Member Data Documentation

◆ 

union { ... } bihdata_s::@155

◆ axis

vec3_t bihdata_s::axis[3]

◆ brush

q2cbrush_t* bihdata_s::brush

◆ cmesh

q3cmesh_t* bihdata_s::cmesh

◆ contents

unsigned int bihdata_s::contents

◆ indexes

index_t* bihdata_s::indexes

◆ 

struct { ... } bihdata_s::mesh

◆ model

model_t* bihdata_s::model

◆ origin

vec3_t bihdata_s::origin

◆ patchbrush

q2cbrush_t* bihdata_s::patchbrush

◆ 

struct { ... } ::bihtransform_s * bihdata_s::tr

◆ 

struct { ... } bihdata_s::tri

◆ xyz

vecV_t* bihdata_s::xyz

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