Nice, I've been trying to do the same thing...detecting mouse events on a 3d object that is. I was just using MouseEvent and couldnt figure out why it wasnt working. Didn't realize there was a separate event for 3d objects. Thanks! :)
On Jun 13, 10:31 pm, ChrisMcIntosh <[email protected]> wrote: > Okay To answer my own question you can setup onClick events for the > mouse using the MouseEvent3D class provided by Away3D. I think i am > also starting to get the movement down. Once complete with this > process I will sit down and write out a couple of tutorials on how i > did these things. I would like to know for sure im doing it correctly > though ;) > > On Jun 13, 7:44 pm, ChrisMcIntosh <[email protected]> > wrote: > > > I am new to away3d and was curious how to handle detecting mouse > > clicks on 3d Objects. If there is any tutorials on this it would be > > great. > > > Also another issue that i am having is smooth movement of the camera, > > if you have any good resources on that it would be great.
