Jump to content
Sign in to follow this  
RonnieJ

Sattelite view

Recommended Posts

Hey guys... ive been searching on the board and havent found anything usefull... im trying to make a mapclick -> overview of the battlefield... like a sattelite view... I would like to make an addcation "sattelite" and then get an overview from lets say 200 m on where you clicked the map... any ideas? I guess its like a camera... what to do? :confused:

Share this post


Link to post
Share on other sites

Tried this

_pos = _this select 0;

showCinemaBorder false

titlecut ["Sattelit billede paa vej","BLACK IN", 5]

_camera = "camera" camcreate [1,1,1]

_camera cameraeffect ["internal", "back"]

_camera camSetFov 0.7

_camera camSetPos [_pos select 0,_pos select 1,200]

_camera camSetTarget [_pos select 0,_pos select 1,0]

_camera camCommitPrepared 0

@camCommitted _camera

~10

titlecut [" ","BLACK IN", 5]

Player cameraEffect ["terminate", "back"]

camDestroy _camera

Exit;

but the camera looks straight ahead... I cant seem to get it pointing to the ground... and secondly I cant exit the camera... I would like right click or something to exit the camera... any ideas?

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
Sign in to follow this  

×