Files
godot/doc/classes
Yaohua Xiong 5241464a46 Refactor Curv3D and PathFollow3D
This commit makes the following major changes

1. Add "sample_baked_with_rotation()" to Curve3D, making it usable independently. A similar change was made to Curve2D previously.
2. Refactor the _bake() method on Curve3D, using Parallel Transport Frame instead of Frenet Frame.
3. Refactor the sample_* methods, including:
  i. Factor out common binary search code, following the DRY principe
  ii. sample_up_vector() interpolated up vector as part of rotation frame(posture) for consistancy and accuracy.
2022-11-12 12:03:54 +08:00
..
2022-10-19 21:58:03 +02:00
2022-09-15 11:39:03 +02:00
2022-10-24 17:06:32 +02:00
2022-09-30 14:23:36 +02:00
2022-09-10 12:17:37 +02:00
2022-09-01 22:13:46 +02:00
2022-09-21 08:25:48 +02:00
2022-11-12 12:03:54 +08:00
2022-10-07 20:10:18 +02:00
2022-08-29 04:29:22 +02:00
2022-10-07 20:10:18 +02:00
2022-09-15 11:39:03 +02:00
2022-09-06 21:42:20 +05:30
2022-08-23 19:49:50 +02:00
2022-10-31 15:19:48 +08:00
2022-09-20 22:20:11 +02:00
2022-09-20 22:20:11 +02:00
2022-11-03 22:14:55 +01:00
2022-10-24 20:43:28 -07:00
2022-10-09 10:37:55 +02:00
2022-09-18 23:52:50 +02:00
2022-08-24 12:08:17 +02:00
2022-10-31 14:09:49 +01:00
2022-10-07 20:10:18 +02:00
2022-10-19 21:58:03 +02:00