I have a large model with various points of interest. I'd to use an arc rotate camera so that users can freely rotate around the model.
The other part involves users clicking on a certain model area, which will then animate the camera to a pre determined position and distance from the selected point of interest.
Can anyone give me a clue as to the best animation type to use float/vector 3 interpolarion etc and how I might go about this.
There will be three values which need to be "tweened" ie - alpha, beta and radius.
As always thanks in advance