![]() |
Qt 6.x
The Qt SDK
|
#include <qssgmeshbvh_p.h>
Public Member Functions | |
QSSGMeshBVH (const QVector< QSSGMeshBVHNode * > &bvhRoots, const QVector< QSSGMeshBVHTriangle * > &bvhTriangles) | |
~QSSGMeshBVH () | |
Public Attributes | |
QVector< QSSGMeshBVHNode * > | roots |
QVector< QSSGMeshBVHTriangle * > | triangles |
Definition at line 53 of file qssgmeshbvh_p.h.
|
inline |
Definition at line 55 of file qssgmeshbvh_p.h.
QT_BEGIN_NAMESPACE QSSGMeshBVH::~QSSGMeshBVH | ( | ) |
Definition at line 8 of file qssgmeshbvh.cpp.
References qDeleteAll(), roots, and triangles.
QVector<QSSGMeshBVHNode *> QSSGMeshBVH::roots |
Definition at line 62 of file qssgmeshbvh_p.h.
Referenced by ~QSSGMeshBVH().
QVector<QSSGMeshBVHTriangle *> QSSGMeshBVH::triangles |
Definition at line 63 of file qssgmeshbvh_p.h.
Referenced by ~QSSGMeshBVH(), and QSSGRenderRay::intersectWithBVH().