FbxGeometryLoader Class
(Qt3DRender::FbxGeometryLoader)Inherits: | Qt3DRender::QGeometryLoaderInterface |
Public Functions
Reimplemented Public Functions
virtual QGeometry * | geometry() const |
virtual bool | load(QIODevice *ioDev, const QString &subMesh = QString()) |
- 2 public functions inherited from Qt3DRender::QGeometryLoaderInterface
- 32 public functions inherited from QObject
Protected Functions
void | processMesh(FbxMesh *mesh) |
void | processNode(FbxNode *node) |
void | recurseNodes() |
- 9 protected functions inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 2 signals inherited from QObject
- 11 static public members inherited from QObject
Member Function Documentation
FbxGeometryLoader::FbxGeometryLoader()
Default constructs an instance of FbxGeometryLoader.
FbxGeometryLoader::~FbxGeometryLoader()
Destroys the instance of FbxGeometryLoader.