pnn 0 Posted June 20, 2017 Camera should track an object on the ground and give the top view ( eg: looking at a vehicle on the ground from a UAV (top view)) How do I modify the script? Thanks, -P _cam = "camera" camCreate (myobj modelToWorld [0,10,10] _cam camSetTarget myobj; _cam camSetRelPos [10, 0, 1.5]; _cam cameraEffect [ "internal", "right"]; showCinemaBorder false; _cam camCommit 1; Share this post Link to post Share on other sites