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
QT_BEGIN_NAMESPACE::VertexAttributeData Struct Reference
+ Collaboration diagram for QT_BEGIN_NAMESPACE::VertexAttributeData:

Public Attributes

QVector3D position
 
QVector3D normal
 
QVector3D uv0
 
QVector3D uv1
 
QVector3D tangent
 
QVector3D binormal
 
QVector4D color
 

Detailed Description

Definition at line 51 of file assimputils.cpp.

Member Data Documentation

◆ binormal

QVector3D QT_BEGIN_NAMESPACE::VertexAttributeData::binormal

◆ color

QVector4D QT_BEGIN_NAMESPACE::VertexAttributeData::color

◆ normal

QVector3D QT_BEGIN_NAMESPACE::VertexAttributeData::normal

◆ position

QVector3D QT_BEGIN_NAMESPACE::VertexAttributeData::position

◆ tangent

QVector3D QT_BEGIN_NAMESPACE::VertexAttributeData::tangent

◆ uv0

QVector3D QT_BEGIN_NAMESPACE::VertexAttributeData::uv0

◆ uv1

QVector3D QT_BEGIN_NAMESPACE::VertexAttributeData::uv1

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