OpenMW-CS - rotation angles in radians instead of degrees

General discussion regarding the OpenMW project.
For technical support, please use the Support subforum.
Post Reply
User avatar
ladyonthemoon
Posts: 34
Joined: 13 May 2018, 13:24

OpenMW-CS - rotation angles in radians instead of degrees

Post by ladyonthemoon »

Hi,

The reason for this post is in the title.

How can I modify this to get rotations angles in degrees instead of radians?

I could live with it now that I know about that but it doesn't feel right.

Any help would be welcome, thank you!

:)
Last edited by ladyonthemoon on 24 May 2018, 12:20, edited 1 time in total.
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: OpenMW-CS - rotation angles in radian instead of degree

Post by Zini »

There is currently no option to switch between radians and degrees. We may add a user setting for these later.
User avatar
ladyonthemoon
Posts: 34
Joined: 13 May 2018, 13:24

Re: OpenMW-CS - rotation angles in radian instead of degree

Post by ladyonthemoon »

Zini wrote: 24 May 2018, 10:10 There is currently no option to switch between radians and degrees. We may add a user setting for these later.
Ah, thank you for that. :)

If I may ask, why did you choose radians over degrees during development?
User avatar
Zini
Posts: 5538
Joined: 06 Aug 2011, 15:16

Re: OpenMW-CS - rotation angles in radians instead of degrees

Post by Zini »

We didn't chose anything. That's how the esm/esp files store the data. Currently we are just representing the data as is.
User avatar
ladyonthemoon
Posts: 34
Joined: 13 May 2018, 13:24

Re: OpenMW-CS - rotation angles in radians instead of degrees

Post by ladyonthemoon »

Zini wrote: 24 May 2018, 12:44 We didn't chose anything. That's how the esm/esp files store the data. Currently we are just representing the data as is.
Oh, this is weird. In the original CS, the rotation angles are in degrees.
User avatar
AnyOldName3
Posts: 2666
Joined: 26 Nov 2015, 03:25

Re: OpenMW-CS - rotation angles in radians instead of degrees

Post by AnyOldName3 »

All that means is that the values are converted by the CS before they're displayed.
User avatar
ladyonthemoon
Posts: 34
Joined: 13 May 2018, 13:24

Re: OpenMW-CS - rotation angles in radians instead of degrees

Post by ladyonthemoon »

AnyOldName3 wrote: 24 May 2018, 14:20 All that means is that the values are converted by the CS before they're displayed.
That's what I thought too. :)
Post Reply