Hello,
Is there any way to achieve the Drag3D effect with an OrthographicLens?
The Drag3D class only seems to work with PerspectiveLens.
Apreciate any help…
Thank you
Drag3D with OrthographicLens ?Software: Away3D 4.x |
||
Miguel Santos, Newbie
Posted: 29 November 2012 03:06 AM Total Posts: 2 Hello, Is there any way to achieve the Drag3D effect with an OrthographicLens? The Drag3D class only seems to work with PerspectiveLens. Apreciate any help… Thank you |
||
ActionFrob, Newbie
Posted: 29 November 2012 08:36 AM Total Posts: 10 [ # 1 ] Hi, so the problem is that the mouse speed is too high and movement direction is transposed? That was my problem when I tried it with the orthographic lens. A possible workaround could be to look at the implementation of Drag3D an slow down movement speed and change movement direction there? I don’t know if it’s a good idea. It’s a wild guess. When you have problems getting Drag3D to work basically, look at my thread there I got it working. |
||
Miguel Santos, Newbie
Posted: 29 November 2012 10:28 AM Total Posts: 2 [ # 2 ] Hi, Thanks i had already looked at your code before..as i was looking for an answer..and your last code has no orthographic cam lens, as soon as i remove my orthographic lens it also work perfect as intended. I took a look at Drag3D and in init() it forces a PerspectiveLens. Might just not be the class to use.. but it did exactly what i needed but i also need the orthographic lens. In any way thanks for the reply.. i will keep looking.. if anyone has any info appreciate all the help… |