| Attention | Topic was automatically imported from the old Question2Answer platform. | |
| Asked By | bgegg |
Is transform a basis plus location information?
| Attention | Topic was automatically imported from the old Question2Answer platform. | |
| Asked By | bgegg |
Is transform a basis plus location information?
| Reply From: | DamonR |
Hi,
From what I can see (I had similar questions when learning 3d movement), basis is to do with scale and rotation ( Basis — Godot Engine (3.1) documentation in English ), and is used as part of a transform, along with the object origin ( Transform — Godot Engine (3.1) documentation in English ). They are both matrices ( Matrices and transforms — Godot Engine (3.1) documentation in English ).
The basis is rotation and scale, the origin is translation, and the two together make a transform.
Hope this helps.
Thank you
I understood that contain a basis and translation
bgegg | 2019-08-31 11:47