Skip to main content

Rotation - Radians

Internally, rotations are handled in radians because it's easier to just plug the values directly into a formula without having to figure out what type of value its used.

Degrees are used because from the perspective of a UI data input its easier to understand 360° rotations in a visual form with the rotation gizmo.

At some point you have to connect UI values to internal values such a rotation controller, here you can use degToRad <number> or radToDeg <number> to convert between the two, you can use these commands in scripted controllers, wire parameters or scripts.


Image Source:
https://www.yourdictionary.com/radian

SOURCE:
https://www.reddit.com/r/3dsmax/comments/3nsemj/degrees_to_radians/

Comments

Popular posts from this blog

Error Message: You Must Have Valid Objects Selected

When we get this error message, make sure "view" is selected in the render settings window. Also, make sure it is VRay and "Bucket" for type is selected. Forum Post: https://forums.autodesk.com/t5/3ds-max-forum/you-must-have-a-valid-object-selected/td-p/6242993

3DS Max Fundamentals - Open/Closing

We open objects when we want to make edits We close the group when we go back to staying in a group of objects

Fundamentals: Select and non-uniform scale

Select and non-uniform scale this icon selected, we can change location of edges when selecting edges of object Ex: We select both edge loops before the Select and non-uniform scale Before After Both edge loops selected and with select and non-uniform selected, we scale (r) to spread them apart equally