Enter a message name below to show all available translations.
Found one translation.
Name | Current message text |
---|---|
h English (en) | Every [[slot]] in a [[world]] has an associated set of position, rotation and scale values, even if there is no visual component associated with it. Since space is three dimensional in Resonite, position is encoded as a [[Type:float3|float3]] [[:Category:Type|type]], which is a [https://en.wikipedia.org/wiki/Euclidean_vector 3D vector] of coordinates along X, Y, and Z axes. Rotations can also be expressed as angular displacements about these three axes and this is how it is displayed in the slot [[Scene Inspector|inspector panel]]. However, rotations are internally managed as a [[Type:floatQ|floatQ]] type, or a [https://en.wikipedia.org/wiki/Quaternion quaternion]. Scale works similarly to position and is encoded as a float3. |