I'm trying to use
view.watch ("finished", function(){
console.log ("animation finished")
});
once I get something like this working. I have created an array of cameras to create a series of animateTo animations s to so a multiple part fly through using a loop.
Currently I can't get them to play in sequence as I loop through the camera array
Thanks for any help