Must not be understanding the question but erm..
//Using the mario example where position is the marker
private function onMouseMove(e:MouseEvent3D):void {
position.x = e.sceneX
position.y = e.sceneY
position.z = e.sceneZ
position.moveUp(10);
position.rotationX = 35;
}
- [away3d] 3d math problem help needed Michael Iv
- Re: [away3d] 3d math problem help needed katopz
- [away3d] Re: 3d math problem help needed makc
- Re: [away3d] Re: 3d math problem help needed Michael Iv
- Re: [away3d] Re: 3d math problem help needed John Brookes
- Re: [away3d] Re: 3d math problem help needed Michael Iv
- [away3d] Re: 3d math problem help neede... makc
- Re: [away3d] Re: 3d math problem he... Michael Iv
- Re: [away3d] Re: 3d math proble... Makc
- Re: [away3d] Re: 3d math proble... Michael Iv
- Re: [away3d] Re: 3d math proble... Michael Iv
