Qt 5.6
Qt 3D
C++ Classes
ObjLoader
Qt 5.6.2 Reference Documentation
List of All Members for ObjLoader
This is the complete list of members for
Qt3DRender::ObjLoader
, including inherited members.
ObjLoader
()
geometry
() const : QGeometry *
hasNormals
() const : bool
hasTangents
() const : bool
hasTextureCoordinates
() const : bool
indices
() const : QVector<unsigned int>
isLoadTextureCoordinatesEnabled
() const : bool
isMeshCenteringEnabled
() const : bool
isTangentGenerationEnabled
() const : bool
load
(const QString &, const QString &) : bool
normals
() const : QVector<QVector3D>
setLoadTextureCoordinatesEnabled
(bool )
setMeshCenteringEnabled
(bool )
setTangentGenerationEnabled
(bool )
tangents
() const : QVector<QVector4D>
textureCoordinates
() const : QVector<QVector2D>
vertices
() const : QVector<QVector3D>