Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QSSGMeshBVHNode Class Reference

#include <qssgmeshbvh_p.h>

+ Collaboration diagram for QSSGMeshBVHNode:

Classes

class  Handle
 

Public Attributes

Handle left
 
Handle right
 
QSSGBounds3 boundingData
 
int offset = 0
 
int count = 0
 

Friends

class QSSGMeshBVH
 
class QSSGMeshBVHBuilder
 

Detailed Description

Definition at line 29 of file qssgmeshbvh_p.h.

Friends And Related Symbol Documentation

◆ QSSGMeshBVH

friend class QSSGMeshBVH
friend

Definition at line 61 of file qssgmeshbvh_p.h.

◆ QSSGMeshBVHBuilder

friend class QSSGMeshBVHBuilder
friend

Definition at line 62 of file qssgmeshbvh_p.h.

Member Data Documentation

◆ boundingData

QSSGBounds3 QSSGMeshBVHNode::boundingData

◆ count

int QSSGMeshBVHNode::count = 0

Definition at line 58 of file qssgmeshbvh_p.h.

Referenced by QSSGRenderRay::intersectWithBVH().

◆ left

Handle QSSGMeshBVHNode::left

Definition at line 51 of file qssgmeshbvh_p.h.

Referenced by QSSGRenderRay::intersectWithBVH().

◆ offset

int QSSGMeshBVHNode::offset = 0

◆ right

Handle QSSGMeshBVHNode::right

Definition at line 52 of file qssgmeshbvh_p.h.

Referenced by QSSGRenderRay::intersectWithBVH().


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