Jump to content
pnn

Arma 3 Cameraview

Recommended Posts

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×