I'm trying to write an application that has spheres orbiting around a central sun-like object. I want to make it so when the object is hovered over it orients the front of the sphere towards the camera. Is there an easy method for this? I was trying to use Number3D.getAngle method but I can't think of how to apply it.
Thanks!
