Jump to content
keif149

Eden 3 F key camera position

Recommended Posts

Greetings,

 

Instead of the overhead camera view of an entity when using the F key, is it possible to change that view to either first person or 3rd person or something similar. I would like to see the soldiers view (as much as possible) quickly in the editor, with out manipulating the camera for each soldier.

 

Many thanks in advance.

Share this post


Link to post
Share on other sites
On 10/23/2018 at 9:41 PM, keif149 said:

with out manipulating the camera for each soldier.

How do you expect to change the cameras view without manipulating the camera?

 

Select a unit in Eden, bring up console and run...

_camera = get3DENCamera;
_unit = ( get3DENSelected "Object" select 0 );
_eyePos = eyePos _unit;
_eyeDirection = eyeDirection _unit;

_camera setPosATL ASLToATL _eyePos;
_camera setVectorDir _eyeDirection;

 

  • Like 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

×