MobileRT  1.0
A multi platform C++ CPU progressive Ray Tracer.
MobileRT::BVH< T >::BVHNode Struct Reference
Collaboration diagram for MobileRT::BVH< T >::BVHNode:
Collaboration graph

Public Attributes

AABB box_ {}
 
::std::int32_t indexOffset_ {}
 
::std::int32_t numPrimitives_ {}
 

Detailed Description

template<typename T>
struct MobileRT::BVH< T >::BVHNode

A node of the BVH vector.

Member Data Documentation

◆ box_

template<typename T>
AABB MobileRT::BVH< T >::BVHNode::box_ {}

◆ indexOffset_

template<typename T>
::std::int32_t MobileRT::BVH< T >::BVHNode::indexOffset_ {}

◆ numPrimitives_

template<typename T>
::std::int32_t MobileRT::BVH< T >::BVHNode::numPrimitives_ {}

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