Add new transform tutorial to appropriate classes

(cherry picked from commit e83af5dfc6)
This commit is contained in:
Poommetee Ketson 2018-04-09 17:44:13 +07:00 committed by Hein-Pieter van Braam
parent e7c42f132c
commit e95f542204
3 changed files with 3 additions and 0 deletions

View file

@ -8,6 +8,7 @@
For such use, it is composed of a scaling and a rotation matrix, in that order (M = R.S). For such use, it is composed of a scaling and a rotation matrix, in that order (M = R.S).
</description> </description>
<tutorials> <tutorials>
http://docs.godotengine.org/en/latest/tutorials/3d/using_transforms.html
</tutorials> </tutorials>
<demos> <demos>
</demos> </demos>

View file

@ -10,6 +10,7 @@
It can be used to perform SLERP (spherical-linear interpolation) between two rotations. It can be used to perform SLERP (spherical-linear interpolation) between two rotations.
</description> </description>
<tutorials> <tutorials>
http://docs.godotengine.org/en/latest/tutorials/3d/using_transforms.html#interpolating-with-quaternions
</tutorials> </tutorials>
<demos> <demos>
</demos> </demos>

View file

@ -8,6 +8,7 @@
</description> </description>
<tutorials> <tutorials>
http://docs.godotengine.org/en/3.0/tutorials/math/index.html http://docs.godotengine.org/en/3.0/tutorials/math/index.html
http://docs.godotengine.org/en/latest/tutorials/3d/using_transforms.html
</tutorials> </tutorials>
<demos> <demos>
</demos> </demos>