Files
godot/core/math
Yaohua Xiong f9fa182abc Refactor Curve3D::_bake() method
The main change is to caculate tangent directly from bezier curve, without going
through discretized polyline, avoiding pitfalls of discretization.

Other changes are:
1. Add an bezier_derivative() method for Vector3, Vector2, and Math;
2. Add an tesselate_even_length() method to Curve3D, which tesselate bezier curve to even length segments adaptively;
3. Cache the tangent vectors in baked_tangent_vector_cache;
2022-11-24 10:52:06 +08:00
..
2022-02-04 16:51:21 +00:00
2022-02-04 16:51:21 +00:00
2022-02-04 16:51:21 +00:00
2022-07-25 18:21:53 +02:00
2022-07-25 18:21:53 +02:00
2022-10-13 19:07:53 +02:00
2022-10-13 19:07:53 +02:00
2022-04-06 14:34:37 +03:00
2022-04-06 14:34:37 +03:00
2022-10-13 19:07:53 +02:00
2022-10-13 19:07:53 +02:00
2022-11-24 10:52:06 +08:00
2022-10-13 19:07:53 +02:00
2022-05-20 22:40:38 +02:00
2022-05-20 22:40:38 +02:00
2022-11-24 10:52:06 +08:00
2022-11-24 10:52:06 +08:00