#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_t * | light_polys |
| qboolean | transparent |
| 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().
| 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().
| int bsp_model_s::allocated_light_polys |
Definition at line 332 of file vkpt.h.
Referenced by bsp_mesh_create_from_bsp().
| 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().
| 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().
| 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_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().
| 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().
| qboolean bsp_model_s::transparent |
Definition at line 335 of file vkpt.h.
Referenced by bsp_mesh_create_from_bsp(), and prepare_entities().