Navigation widget is not oriented correctly in map view. Y axis should be pointing up, perhaps even showing z axis (see last image)
Description
Description
Details
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 ];