summaryrefslogtreecommitdiffstats
path: root/scene/resources/curve.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-24/+90
|\
| * Merge pull request #86195 from GreenCrowDev/curve3d_closeThaddeus Crews2024-11-181-24/+90
| |\ | | | | | | | | | Add `closed` property to `Curve3D`
| | * Implement closed path for Curve3dmatricola7872024-11-161-24/+90
| | |
* | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-0/+21
|\| |
| * | Curve: Check for finiteness before performing calculations in ↵JWeisberg2024-11-121-0/+21
| |/ | | | | | | `sample_baked()` functions
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
| |
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Support “clear points” function in Path3D editorjsjtxietian2024-03-271-0/+4
|
* Merge pull request #81325 from AttackButton/path_2d_editor_plugin-clear_pointsRémi Verschelde2024-01-051-0/+4
|\ | | | | | | Add a button to clear curve points in the Path2D editor
| * Add a button to clear curve points in the Path2D editorAttackButton2023-10-031-0/+4
| |
* | Merge pull request #78378 from 0xafbf/curve-evaluate-correct-transformRémi Verschelde2024-01-041-1/+1
|\ \ | | | | | | | | | Changed the way the rotation of a curve at a point is evaluated to match PathFollow2D
| * | Changed the way the rotation of a curve at a point is evaluated to match ↵Andrés Botero2023-10-281-1/+1
| | | | | | | | | | | | PathFollow2D
* | | Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-6/+6
|/ /
* / Replace `sanity` with `safety` for checksA Thousand Ships2023-10-081-1/+1
|/
* Fix Curve3D baking up vectors for nontrivial curves.Ryan Hitchman2023-09-181-2/+2
| | | | | | | The code was modified in 42aa539 to have a different basis vector, but this line was missed and caused up vectors to invert sometimes. Fixes #81879
* Add handles to control Curve3D tiltDaniel Roberts2023-08-121-17/+62
|
* Use emit_changed() consistentlykobewi2023-06-021-4/+3
|
* Merge pull request #74959 from MewPurPur/nice-curvesRémi Verschelde2023-05-291-0/+7
|\ | | | | | | Overhaul the Curve Editor
| * Overhaul the Curve EditorVolTer2023-05-281-0/+7
| |
* | Fix Pathfollow directionSilc Renew2023-05-241-4/+4
| | | | | | | | Co-authored-by: aaronfranke <arnfranke@yahoo.com>
* | [Fixed] for "off-by-1" bug when sampling "baked" curve data towards the end ↵Biggles Bristol2023-05-201-2/+2
|/ | | | | | | | | | | of the curve. [Fixed] Failing test "[Curve] Custom curve with free tangents" by setting the curve's `bake_resolution` to 11. [Fixed] test messages in "[Curve] Custom curve with free tangents" to match sample offset used in each test [Added] New test "[Curve] Straight line offset test" in response to pull request feedback. Update tests/scene/test_curve.h Co-authored-by: kleonc <9283098+kleonc@users.noreply.github.com>
* Property list changes are only notified when it did change in CurveRindbee2023-03-151-15/+49
| | | | | | | | | `Object::notify_property_list_changed()` should only be called when the structure of the property has actually changed. The structure of the property tree has not changed if the size of the array has not changed, and the only possibility is that the element value has changed.
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
| | | | | | | | | | | | | | | | | | | | As many open source projects have started doing it, we're removing the current year from the copyright notice, so that we don't need to bump it every year. It seems like only the first year of publication is technically relevant for copyright notices, and even that seems to be something that many companies stopped listing altogether (in a version controlled codebase, the commits are a much better source of date of publication than a hardcoded copyright statement). We also now list Godot Engine contributors first as we're collectively the current maintainers of the project, and we clarify that the "exclusive" copyright of the co-founders covers the timespan before opensourcing (their further contributions are included as part of Godot Engine contributors). Also fixed "cf." Frenchism - it's meant as "refer to / see".
* Fix typos with codespellRémi Verschelde2022-12-151-3/+3
|
* Merge pull request #69726 from xiongyaohua/tweak_curveRémi Verschelde2022-12-141-6/+32
|\ | | | | | | Handle corner cases for curve baking
| * Handle corner cases for curve bakingYaohua Xiong2022-12-141-6/+32
| | | | | | | | | | | | When control point and point have equal position, the derivative is 0 vector, which cause error message in Basis::look_at(). This commit handles this case.
* | Fix Curve2D::get_closest_offsetYaohua Xiong2022-12-141-6/+8
|/
* Fix Path2D fish bone directionYaohua Xiong2022-12-061-1/+1
|
* Refactor baking code for Curve2DYaohua Xiong2022-12-051-124/+185
| | | | | | | | | The main change is to caculate tangent directly from bezier curve, without going through discretized polyline, avoiding pitfalls of discretization. A similar refacor had been applied to Curve3D. The test cases for Curve2D is updated, comparing floating point with is_equal_approxmiate() instead of `==`, in order to avoid float precision problem.
* Fix Curve3D::get_closest_point() brokenYaohua Xiong2022-12-031-10/+12
| | | | | | | | The problem is caused by calling adaptive tessellation baking function by mistake, which produce too few points for straight lines. Calling the even length tessellation fix the problem. The code for `get_closest_point()` and `get_closest_offset()` are also updated. They used to assume bake interval to be exact, which is no longer true. The out dated document for `get_closest_point()` is also updated.
* Refactor Curve3D::_bake() methodYaohua Xiong2022-11-241-125/+120
| | | | | | | | | | 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;
* Refactor Curv3D and PathFollow3DYaohua Xiong2022-11-121-145/+250
| | | | | | | | | | 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.
* Move rotation sampling from Path2D to Curve2DYaohua Xiong2022-11-011-0/+41
| | | | | The rotation sampling code is moved from Path2D to a new method `sample_baked_with_rotation` on Curve2D.
* Handle last baked vector index earlyNikola Bunjevac2022-10-061-4/+4
|
* Rename Curve/Curve2D/Curve3D/Gradient `interpolate()` to `sample()`Hugo Locurcio2022-08-301-29/+29
| | | | | "sampling" is a more accurate term than "interpolating" for what's happening when using that function.
* Rename `str2var` to `str_to_var` and similarMicky2022-08-261-2/+2
| | | | | | | | | | | | | | | | | | Affects the Math class, a good chunk of the audio code, and a lot of other miscellaneous classes, too. - `var2str` -> `var_to_str` - `str2var` -> `str_to_var` - `bytes2var` -> `bytes_to_var` - `bytes2var_with_objects` -> `bytes_to_var_with_objects` - `var2bytes` -> `var_to_bytes` - `var2bytes_with_objects` -> `var_to_bytes_with_objects` - `linear2db` -> `linear_to_db` - `db2linear` -> `db_to_linear` - `deg2rad` -> `deg_to_rad` - `rad2deg` -> `rad_to_deg` - `dict2inst` -> `dict_to_inst` - `inst2dict` -> `inst_to_dict`
* Clarify the Line2D, Curve2D/3D documentation and fix parameter namesYuri Sizov2022-08-151-2/+2
|
* Add tests for empty/unnamed arguments to ClassDB, Variant, GDScriptYuri Sizov2022-08-081-2/+2
|
* Refactor bezier interpolation functionsHendrik Brucker2022-06-271-25/+13
|
* Fix Curve{2D,3D} notifying property list changedRaul Santos2022-06-231-14/+36
| | | | | | Make `Curve2D` and `Curve3D` more consistent with `Curve` and avoid calling `notify_property_list_changed` when the list of points doesn't change.
* Fixed dragging curve pointsVitika92022-06-221-5/+19
|
* Expose Curve points in the inspectorRaul Santos2022-05-171-1/+255
| | | | Exposes the Curve, Curve2D and Curve3D points as an array property.
* Implement `mark_dirty` in Curve2D and Curve3DRaul Santos2022-05-171-32/+26
| | | | | | Implements a method `mark_dirty` in Curve2D and Curve3D like the one that already exists in Curve, it's a convenient way to set `baked_cache_dirty` to `true` and also emit the `changed` signal.
* Regression: Fix Curve2D/Curve3D bakingHendrik Brucker2022-05-161-4/+6
|
* Replace most uses of Map by HashMapreduz2022-05-161-4/+4
| | | | | | | | | | | | * Map is unnecessary and inefficient in almost every case. * Replaced by the new HashMap. * Renamed Map to RBMap and Set to RBSet for cases that still make sense (order matters) but use is discouraged. There were very few cases where replacing by HashMap was undesired because keeping the key order was intended. I tried to keep those (as RBMap) as much as possible, but might have missed some. Review appreciated!
* Fix Curve bake algorithmRaul Santos2022-05-121-45/+55
|
* Fix Curve idx calculation for baked tilts and up vectorsRaul Santos2022-05-121-23/+42
|
* Vectors: Use clear() and has().Anilforextra2022-02-021-7/+7
| | | | | | Use clear() instead of resize(0). Use has() instead of "find(p_val) != -1".
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
| | | | Happy new year to the wonderful Godot community!
* Improve Curve with const and real_tAaron Franke2021-11-301-242/+242
|