Editor's Note: This file was selected as MATLAB Central Pick of the Week
TDFig is an interactive matlab GUI. It displays a 3D objects in the traditional 4-view window (top, front, right and camera).
It also allows users to grasp these objects and move them anywhere in the 3D space.
Just run:
TDFig
and it will generate 4 spheres for demo.
Grasp and move the spheres in orthogonal windows (top, front, side windows) to see the effects. Any object being moved outside the window screen will be deleted.
I use spherical surf objects for demo. Actually, you also can generate 'slice' and 'patch' objects with primitive or irregular shape,and load them into TDFig.
Some buttons with special displaying options are on the right.
You can do any modifications on my code. Please remember to email to me when you find bugs or add on some interesting features.
Author: Wang Gang, dnrwg@nus.edu.sg
Gang Wang (2021). Move a 3D object with mouse in a traditional 4-view window (https://www.mathworks.com/matlabcentral/fileexchange/29140-move-a-3d-object-with-mouse-in-a-traditional-4-view-window), MATLAB Central File Exchange. Retrieved .
Inspired by: Moveit2 - Move a graphical object with the mouse., 3D CT/MRI images interactive sliding viewer
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
Has anyone found a fix to Thom Branch's issue? I'm running into the same problem.
does somebody already know the anwser to the question of Thom Branch? I have the same problem
A question.
the image is exporting it from somewhere?
I am getting an error when grabbing a sphere for motion:
Field assignment to a non-structure array object.
Error in TDFig>startmovit (line 185)
gui.currenthandle = src;
Error while evaluating Patch ButtonDownFcn
Any thoughts?
how can i move a extracted object around in another image?