![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgmeshbvhbuilder_p.h>
Public Member Functions | |
QSSGMeshBVHBuilder (const QSSGMesh::Mesh &mesh) | |
QSSGMeshBVHBuilder (const QByteArray &vertexBuffer, int stride, int posOffset, bool hasUV=false, int uvOffset=-1, bool hasIndexBuffer=false, const QByteArray &indexBuffer=QByteArray(), QSSGRenderComponentType indexBufferType=QSSGRenderComponentType::Int32) | |
std::unique_ptr< QSSGMeshBVH > | buildTree () |
Definition at line 23 of file qssgmeshbvhbuilder_p.h.
QSSGMeshBVHBuilder::QSSGMeshBVHBuilder | ( | const QSSGMesh::Mesh & | mesh | ) |
Definition at line 12 of file qssgmeshbvhbuilder.cpp.
QSSGMeshBVHBuilder::QSSGMeshBVHBuilder | ( | const QByteArray & | vertexBuffer, |
int | stride, | ||
int | posOffset, | ||
bool | hasUV = false, | ||
int | uvOffset = -1, | ||
bool | hasIndexBuffer = false, | ||
const QByteArray & | indexBuffer = QByteArray(), | ||
QSSGRenderComponentType | indexBufferType = QSSGRenderComponentType::Int32 ) |
Definition at line 44 of file qssgmeshbvhbuilder.cpp.
std::unique_ptr< QSSGMeshBVH > QSSGMeshBVHBuilder::buildTree | ( | ) |
Definition at line 68 of file qssgmeshbvhbuilder.cpp.