Skip to content

Rotation Entry

fishcute edited this page Aug 17, 2024 · 3 revisions

All rotation entries have a common format. This will go over that format.

Entries:

  • degrees_x, Equation: The X degrees of the rotation.
  • degrees_y, Equation: The Y degrees of the rotation.
  • degrees_z, Equation: The Z degrees of the rotation.
  • base_degrees_x, Equation: The base X degrees of the rotation.
  • base_degrees_y, Equation: The base Y degrees of the rotation.
  • base_degrees_z, Equation: The base Z degrees of the rotation.

Base degrees

Base degrees are the rotations applied before any transformations occur. This allows for more control over rotations, but does not need to be used for basic rotations. By default, the base rotation is 0, 0, 0.

Clone this wiki locally