Move a 3D object on screen.
WPF
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have 3D cube which I want to move anywhere on screen on mouse move or mouse click. As whenever I tried to move it using mouse it rotates around some point (origin). Is there any method to move this point (origin) anywhere else on screen. e.g. in this example of a 3D book (www.codeproject.com/KB/WPF/3D-BookWriter.aspx) if you reduce the size of book (by holding right click on black portion and dragging it to left) and try to move it around then you will see it rotates around some point. I just want to move it to say Bottom Right corner of screen. Thanks for any help in advance. Regards, Parag