3D object manipulation

Blitz3D Forums/Blitz3D Programming/3D object manipulation

Moraldi(Posted 2007) [#1]
Does anyone knows where I can find resources for 3D object manipulation (movement for example ) using a mouse as a pointing device?


Rob Farley(Posted 2007) [#2]
If you're talking about moving things around...
http://www.blitzbasic.com/codearcs/codearcs.php?code=379

If you're talking about an rpg type point to a spot and go here then...
http://www.blitzbasic.com/Community/posts.php?topic=72601


Moraldi(Posted 2007) [#3]
Thanks Rob, but it is not what I am looking for.
Sorry if I was not clear...
I need code to move an object into a 3D world using the mouse. I want to drag a 3D cursor (like one in Silo, 3DS Max etc) along X,Y or Z-Axis,moving a selected object...
I don't know how to translate from screen coordinates to the selected object's plane.
What I am using in my Unlimited Drop program is not satisfied..