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
QSSGMeshBVHTriangle Struct Reference

#include <qssgmeshbvh_p.h>

+ Collaboration diagram for QSSGMeshBVHTriangle:

Public Attributes

QSSGBounds3 bounds
 
QVector3D vertex1
 
QVector3D vertex2
 
QVector3D vertex3
 
QVector2D uvCoord1
 
QVector2D uvCoord2
 
QVector2D uvCoord3
 

Detailed Description

Definition at line 72 of file qssgmeshbvh_p.h.

Member Data Documentation

◆ bounds

QSSGBounds3 QSSGMeshBVHTriangle::bounds

Definition at line 74 of file qssgmeshbvh_p.h.

◆ uvCoord1

QVector2D QSSGMeshBVHTriangle::uvCoord1

Definition at line 78 of file qssgmeshbvh_p.h.

◆ uvCoord2

QVector2D QSSGMeshBVHTriangle::uvCoord2

Definition at line 79 of file qssgmeshbvh_p.h.

◆ uvCoord3

QVector2D QSSGMeshBVHTriangle::uvCoord3

Definition at line 80 of file qssgmeshbvh_p.h.

◆ vertex1

QVector3D QSSGMeshBVHTriangle::vertex1

Definition at line 75 of file qssgmeshbvh_p.h.

◆ vertex2

QVector3D QSSGMeshBVHTriangle::vertex2

Definition at line 76 of file qssgmeshbvh_p.h.

◆ vertex3

QVector3D QSSGMeshBVHTriangle::vertex3

Definition at line 77 of file qssgmeshbvh_p.h.


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