Quake II RTX doxygen  1.0 dev
bsp_model_s Struct Reference

#include <vkpt.h>

Public Attributes

uint32_t idx_offset
 
uint32_t idx_count
 
vec3_t center
 
vec3_t aabb_min
 
vec3_t aabb_max
 
int num_light_polys
 
int allocated_light_polys
 
light_poly_tlight_polys
 
qboolean transparent
 

Detailed Description

Definition at line 324 of file vkpt.h.

Member Data Documentation

◆ aabb_max

vec3_t bsp_model_s::aabb_max

Definition at line 329 of file vkpt.h.

Referenced by bsp_mesh_create_from_bsp(), and process_bsp_entity().

◆ aabb_min

vec3_t bsp_model_s::aabb_min

Definition at line 328 of file vkpt.h.

Referenced by bsp_mesh_create_from_bsp(), and process_bsp_entity().

◆ allocated_light_polys

int bsp_model_s::allocated_light_polys

Definition at line 332 of file vkpt.h.

Referenced by bsp_mesh_create_from_bsp().

◆ center

vec3_t bsp_model_s::center

Definition at line 327 of file vkpt.h.

Referenced by bsp_mesh_create_from_bsp(), and process_bsp_entity().

◆ idx_count

uint32_t bsp_model_s::idx_count

Definition at line 326 of file vkpt.h.

Referenced by bsp_mesh_create_from_bsp(), is_model_transparent(), and process_bsp_entity().

◆ idx_offset

uint32_t bsp_model_s::idx_offset

Definition at line 325 of file vkpt.h.

Referenced by bsp_mesh_create_from_bsp(), is_model_transparent(), and process_bsp_entity().

◆ light_polys

light_poly_t* bsp_model_s::light_polys

Definition at line 333 of file vkpt.h.

Referenced by bsp_mesh_create_from_bsp(), and process_bsp_entity().

◆ num_light_polys

int bsp_model_s::num_light_polys

Definition at line 331 of file vkpt.h.

Referenced by bsp_mesh_create_from_bsp(), and process_bsp_entity().

◆ transparent

qboolean bsp_model_s::transparent

Definition at line 335 of file vkpt.h.

Referenced by bsp_mesh_create_from_bsp(), and prepare_entities().