mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 01:08:26 +02:00
This commit adds several components to centralize and extend 3D media loading. They are not yet integrated into Viewer3D. The entry point to this system is the MediaLibrary component that: * can load N medias based on a filepath or load-and-watch node attributes * provides a cache mechanism to instant-reload medias that were unloaded under certain conditions * gives access to statistics (vertex/face/camera/textureCount) through a unified interface
7 lines
201 B
Text
7 lines
201 B
Text
module Viewer3D
|
|
|
|
Viewer3D 1.0 Viewer3D.qml
|
|
singleton Viewer3DSettings 1.0 Viewer3DSettings.qml
|
|
DefaultCameraController 1.0 DefaultCameraController.qml
|
|
Locator3D 1.0 Locator3D.qml
|
|
Grid3D 1.0 Grid3D.qml
|