Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QSSGMeshBVHNode Struct Reference

#include <qssgmeshbvh_p.h>

+ Collaboration diagram for QSSGMeshBVHNode:

Public Member Functions

 ~QSSGMeshBVHNode ()
 

Public Attributes

QSSGMeshBVHNodeleft = nullptr
 
QSSGMeshBVHNoderight = nullptr
 
QSSGBounds3 boundingData
 
int offset = 0
 
int count = 0
 

Detailed Description

Definition at line 26 of file qssgmeshbvh_p.h.

Constructor & Destructor Documentation

◆ ~QSSGMeshBVHNode()

QSSGMeshBVHNode::~QSSGMeshBVHNode ( )
inline

Definition at line 27 of file qssgmeshbvh_p.h.

Member Data Documentation

◆ boundingData

QSSGBounds3 QSSGMeshBVHNode::boundingData

◆ count

int QSSGMeshBVHNode::count = 0

Definition at line 40 of file qssgmeshbvh_p.h.

Referenced by QSSGRenderRay::intersectWithBVH().

◆ left

QSSGMeshBVHNode* QSSGMeshBVHNode::left = nullptr

Definition at line 33 of file qssgmeshbvh_p.h.

Referenced by QSSGRenderRay::intersectWithBVH().

◆ offset

int QSSGMeshBVHNode::offset = 0

Definition at line 39 of file qssgmeshbvh_p.h.

Referenced by QSSGRenderRay::intersectWithBVH().

◆ right

QSSGMeshBVHNode* QSSGMeshBVHNode::right = nullptr

Definition at line 34 of file qssgmeshbvh_p.h.

Referenced by QSSGRenderRay::intersectWithBVH().


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