not sure that you try to drag something on plane, or something like that?

1. here's some examples
http://jiglibflash.googlecode.com/svn/trunk/fp10/src/jiglib/math/JMath3D.as

2. and here how to use it
http://jiglibflash.googlecode.com/svn/trunk/fp10/examples/away3dlite/src/ExMouseControl.as

3. and here's result
http://jiglibflash.googlecode.com/svn/trunk/fp10/examples/away3dlite/bin/ExMouseControl.swf

hth

2009/10/21 <[email protected]>

>  Hello,
>
>
>
> does anybody know how to use the built in Flash Player 10 functions to
>
> project mouse coords to object3d-space?
>
>
>
> I´ve figured out how to do it from object3d-space to screen in this way:
>
>
>
> var _objectPoint:Vector3D = new Vector3D(100, 100, 0);
>
> var _screenCoord:Vector3D = Utils3D.projectVector(_object3D.viewMatrix3D,
> _objectPoint);
>
>
>
> But i dont know how to do itt the other way without MouseEvent3D.
>
>
>
> Thanks,
>
> Daniel
>
>
>
>
>



-- 
katopz
http://www.sleepydesign.com

Reply via email to