er…Where is the method getIntersectionLineNumbers() of the Plane3D in away3d4.0

Software: Away3D 4.x

Avatar
redfox2008cn, Newbie
Posted: 14 February 2012 07:51 AM   Total Posts: 21

I got the mouse’s position in away3d3.0

  var pl:Plane3D = new Plane3D();   
  pl.fromNormalAndPoint(new Vector3D(0, 1, 0), new Vector3D());
  var v:Vector3D = camera.unproject(view.mouseX, view.mouseY);         
  v=v.add(camera.position);
  var p:Vector3D = pl.getIntersectionLineNumbers(v, camera.position);

but it doesn’t work in away3d4..

how can i make it work?

   

klausklaus, Newbie
Posted: 23 August 2012 07:00 PM   Total Posts: 2   [ # 1 ]

this is an old post, but i would like to know this either.

   
   

X

Away3D Forum

Member Login

Username

Password

Remember_me



X