I have created a program in which missile is moving from one place to another. Now i want to add a camera follow view for that missile.
For that purpose i have created another instance of cesium widget in right hand lower corner. But i am not able to adjust lookat for that missile. Can you provide me a direction how can i create camera follow view for that missile. That camera view update according to the missile position.
In CZML showcase some satellites are moving, similar to that i have created a missile. I want to add camera follow view also.
I found the EntityView in documentation that I used, but your example looks more clean.
var tracker = new Cesium.EntityView(czmlDataSource.entities.getById(“Vehicle”), scene, scene.globe.ellipsoid);
viewer.clock.onTick.addEventListener(function (clock) {