Ask a Question related to Macromedia Director 3D, Design and Development.
-
The Minds Eye #1
Define projection plane
Hi Forum!
I'm trying to move an object around in space. I can do this using function
cam.spriteSpaceToWorldSpace(mLoc)
However, this will give a vector on an xy plane
QUOTE "at a distance in front of the camera such that one pixel represents one
world unit of measurement"
I want to keep the object on the same plane of its current location.
I can get the vector and then adjust the z element such as:
vLoc = sprite(me.spriteNum).camera.spriteSpaceToWorldSpac e(mLoc)
vLoc.z = fZVal
p_Selected.transform.position = vLoc
but then the rate that the object moves is disproportionate to the movement of
the mouse.
Has anyone worked out a way to get round this?
Regards,
Trevor
[url]http://http://www.the-mindseye.co.uk[/url]
The Minds Eye Guest
-
Plane Texture Problem
Hi. My problem is simple: i work with a PLANE in 3DStudio Max, with 2-Sided Shader Texture. In the 3DSMax render looks ok in both sides, but... -
I need help to create a #plane with curves
Hi there, I'm new to director, i'm trying to create a plane primitive with curves. Does anybody know how can i do this. (this is for the... -
full screen projection
Hi I have my nav which sits in level o, on the first frame i have put the code fscommand("fullscreen", "true"); fscommand("allowscale",... -
camera.image? or how do I projection map?
I'm looking for a real-time solution for a flat mirror. My thought was to take an .image of a normal camera and map it to a texture. My problem is,... -
is spherical camera projection possible? - how?
hi all, been searching for this some time now. i need to change the projection type of my camera from perspective to spherical. reason: there...



Reply With Quote

