Skip to content

Commit

Permalink
[ui] Viewer3D: SfMTransformGizmo - real-time transformed input rendering
Browse files Browse the repository at this point in the history
- 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".
  • Loading branch information
julien-hdev committed Jul 29, 2020
1 parent 546bede commit 5eb9278
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 158 deletions.
2 changes: 1 addition & 1 deletion meshroom/nodes/aliceVision/SfMTransform.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class SfMTransform(desc.CommandLineNode):
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"
Expand Down
Loading

0 comments on commit 5eb9278

Please sign in to comment.