Meshroom/meshroom/ui/qml/Viewer/AlembicLoader.qml
Yann Lanthony cc4a24f5f3 [ui] 3D Viewer: Alembic support
* optional and only available if AlembicEntity QML plugin is in QML import path
* 3D viewer can load a 3D model and an Alembic file at the same time
* add contextual menu options to unload model/Alembic
2018-01-09 18:58:27 +01:00

9 lines
187 B
QML

import AlembicEntity 1.0
/**
* Support for Alembic files in Qt3d.
* Create this component dynamically to test for AlembicEntity plugin availability.
*/
AlembicEntity {
id: root
}