1.3.72
 
Loading...
Searching...
No Matches
helios::PrimitiveRef Struct Reference

Primitive reference for BVH construction. More...

#include <BVHBuilder.h>

Data Fields

uint32_t prim_index
 Primitive index in geometry arrays.
 
uint32_t prim_type
 Primitive type (0-5)
 
AABB bounds
 Primitive's AABB in world space.
 

Detailed Description

Primitive reference for BVH construction.

Temporary structure used during BVH building. References a primitive by its index, type, and AABB.

Definition at line 126 of file BVHBuilder.h.

Field Documentation

◆ bounds

AABB helios::PrimitiveRef::bounds

Primitive's AABB in world space.

Definition at line 129 of file BVHBuilder.h.

◆ prim_index

uint32_t helios::PrimitiveRef::prim_index

Primitive index in geometry arrays.

Definition at line 127 of file BVHBuilder.h.

◆ prim_type

uint32_t helios::PrimitiveRef::prim_type

Primitive type (0-5)

Definition at line 128 of file BVHBuilder.h.


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