mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[ui] Viewer3D: SfMTransformGizmo - real-time transformed input rendering
- When SfMTransform uses manual method, we display in real-time the input on which we apply the gizmo transformation. - For now, the options "Additional Scale", "Apply Scale/Rotation/Translation" of the node are not handled. The purpose will be to disable them when the method is "manual".
This commit is contained in:
parent
9fd90745e2
commit
97fd076877
3 changed files with 178 additions and 159 deletions
|
@ -34,7 +34,7 @@ The transformation can be based on:
|
|||
label='Transformation Method',
|
||||
description="Transformation method:\n"
|
||||
" * transformation: Apply a given transformation\n"
|
||||
" * manual: Apply the gizmo transformation\n"
|
||||
" * manual: Apply the gizmo transformation (show the transformed input)\n"
|
||||
" * auto_from_cameras: Use cameras\n"
|
||||
" * auto_from_landmarks: Use landmarks\n"
|
||||
" * from_single_camera: Use a specific camera as the origin of the coordinate system\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue