mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-04 03:41:56 +02:00
* 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
9 lines
187 B
QML
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
|
|
}
|