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

Public Attributes

QByteArray positionData
 
QByteArray normalData
 
QByteArray uv0Data
 
QByteArray uv1Data
 
QByteArray tangentData
 
QByteArray binormalData
 
QByteArray vertexColorData
 

Detailed Description

Definition at line 265 of file assimputils.cpp.

Member Data Documentation

◆ binormalData

QByteArray QT_BEGIN_NAMESPACE::VertexBufferData::binormalData

◆ normalData

QByteArray QT_BEGIN_NAMESPACE::VertexBufferData::normalData

◆ positionData

QByteArray QT_BEGIN_NAMESPACE::VertexBufferData::positionData

◆ tangentData

QByteArray QT_BEGIN_NAMESPACE::VertexBufferData::tangentData

◆ uv0Data

QByteArray QT_BEGIN_NAMESPACE::VertexBufferData::uv0Data

◆ uv1Data

QByteArray QT_BEGIN_NAMESPACE::VertexBufferData::uv1Data

◆ vertexColorData

QByteArray QT_BEGIN_NAMESPACE::VertexBufferData::vertexColorData

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