[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:
Julien-Haudegond 2020-07-24 12:56:51 +02:00
parent 9fd90745e2
commit 97fd076877
3 changed files with 178 additions and 159 deletions

View file

@ -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"