mirror of
https://github.com/godotengine/godot.git
synced 2024-11-24 13:12:42 +00:00
Merge pull request #18083 from Noshyaar/tutorial
Add new transform tutorial to the appropriate classes
This commit is contained in:
commit
ca1312dbe9
@ -8,6 +8,7 @@
|
||||
For such use, it is composed of a scaling and a rotation matrix, in that order (M = R.S).
|
||||
</description>
|
||||
<tutorials>
|
||||
http://docs.godotengine.org/en/latest/tutorials/3d/using_transforms.html
|
||||
</tutorials>
|
||||
<demos>
|
||||
</demos>
|
||||
|
@ -10,6 +10,7 @@
|
||||
It can be used to perform SLERP (spherical-linear interpolation) between two rotations.
|
||||
</description>
|
||||
<tutorials>
|
||||
http://docs.godotengine.org/en/latest/tutorials/3d/using_transforms.html#interpolating-with-quaternions
|
||||
</tutorials>
|
||||
<demos>
|
||||
</demos>
|
||||
|
@ -8,6 +8,7 @@
|
||||
</description>
|
||||
<tutorials>
|
||||
http://docs.godotengine.org/en/3.0/tutorials/math/index.html
|
||||
http://docs.godotengine.org/en/latest/tutorials/3d/using_transforms.html
|
||||
</tutorials>
|
||||
<demos>
|
||||
</demos>
|
||||
|
Loading…
Reference in New Issue
Block a user