Page MenuHomeFeedback Tracker

Navigation widget is not oriented correctly in map view
Closed, ResolvedPublic

Description

Navigation widget is not oriented correctly in map view. Y axis should be pointing up, perhaps even showing z axis (see last image)

Details

Severity
Tweak
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Eden Editor
Steps To Reproduce

Additional Information

v2.03 dev
v2.03 prof

Some code to reproduce how it should look in 3D mode

_y = 0; _p = -90; _r = 0; 
get3DENCamera setVectorDirAndUp [ 
 [ sin _y * cos _p,cos _y * cos _p,sin _p], 
 [ [sin _r,-sin _p,cos _r * cos _p],-_y] call BIS_fnc_rotateVector2D 
];

Event Timeline

R3vo created this task.Mar 17 2021, 4:47 PM
R3vo renamed this task from Navigation widget is not oriented correctly in map view (Eden Editor) to Navigation widget is not oriented correctly in map view.
R3vo updated the task description. (Show Details)
R3vo updated the task description. (Show Details)
R3vo edited Additional Information. (Show Details)Mar 17 2021, 10:16 PM
R3vo added a comment.Apr 1 2021, 6:48 PM

Seems to be fixed in 2.02.147514 prof

R3vo added a comment.Apr 27 2021, 11:49 PM

2.04.147540 Has this issue again.

R3vo closed this task as Resolved.Jun 28 2021, 4:23 PM
R3vo claimed this task.

Wasn't able to reproduce it.