summaryrefslogtreecommitdiffstats
path: root/scene/resources/surface_tool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-1/+1
|\
| * Rewrite index optimization code for maximum efficiencyArseny Kapoulkine2024-11-041-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-1/+1
|/
* Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-4/+4
* Improve SurfaceTool::generate_tangents UV error messagemaski2024-06-201-1/+1
* Fix `SurfaceTool.create_from_arrays` crash with bad indexjsjtxietian2024-04-261-0/+2
* Expose create_from_arrays in SurfaceTool and cleanup some namingLyuma2024-04-191-4/+9
* Merge pull request #88890 from clayjohn/SurfaceTool-tangent-hashRémi Verschelde2024-02-271-0/+4
|\
| * Include tangent in SurfaceTool vertex compare operatorclayjohn2024-02-261-0/+4
* | Properly calculate binormal when creating SurfaceTool from arraysclayjohn2024-02-231-3/+3
|/
* Replace error checks against `size` with `is_empty`A Thousand Ships2024-02-091-5/+5
* Cleanup instances of using uint32_t for mesh formatsClay2023-10-121-4/+4
* Vertex and attribute compression to reduce the size of the vertex format.clayjohn2023-10-051-6/+6
* [Scene,Main] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-2/+2
* Fix parameters passing to `add_triangle_fan` method.Kirill Diduk2023-06-081-1/+1
* Merge pull request #77902 from dalexeev/doc-unify-deprecationsRémi Verschelde2023-06-071-0/+2
|\
| * Documentation: Unify deprecationsDanil Alexeev2023-06-071-0/+2
* | Single Compilation Unit build.lawnjelly2023-06-061-2/+2
|/
* Merge pull request #76418 from reduz/method-bind-validated-callRémi Verschelde2023-05-081-1/+5
|\
| * Add ValidatedCall to MethodBindJuan Linietsky2023-04-301-1/+5
* | Fix SurfaceTool::create_from_blend_shape()smix82023-05-021-3/+15
|/
* Fix SurfaceTool crash with invalid bone/weight countRémi Verschelde2023-02-121-2/+2
* meshoptimizer: Sync with upstream commit 4a287848fRémi Verschelde2023-01-311-1/+2
* Make SurfaceTool.generate_normals() behave in a consistent manner in regard t...Mark Riedesel2023-01-261-10/+36
* Use range iterators in LocalVector loopskobewi2023-01-211-18/+16
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix usages of mesh simplification functions in float=64 buildsMarc Gilleron2022-11-121-1/+1
* Remove usage of unitialized variablesRafał Mikrut2022-10-011-1/+1
* Clean up Hash Functionsreduz2022-06-201-1/+2
* `SurfaceTool.set_custom_format` Fixes and documentation.Lyuma2022-06-141-29/+34
* Add a new HashMap implementationreduz2022-05-121-1/+1
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-9/+18
* Improvements and fixes to occludersjfons2022-02-071-0/+79
* Rename or refactor macros to avoid leading underscoresOmar Polo2022-01-201-1/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add check to SurfaceTool.generate_lod(); ensure target index count between 0 ...Mark Riedesel2021-10-161-0/+2
* Validate before passing indices to meshoptimizerHaoyu Qiu2021-09-271-0/+1
* 8 uvs for glTF2, URI decode and Vertex Custom api.Lyuma2021-09-101-10/+39
* Fix crash when number of indices to optimize is not a multiple of 3Haoyu Qiu2021-08-021-0/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Merge pull request #49401 from fire/8-weightsK. S. Ernest (iFire) Lee2021-06-161-2/+10
|\
| * Fix 8 bone weights in glTF2K. S. Ernest (iFire) Lee2021-06-071-2/+10
* | Fix tangents array in SurfaceTooljfons2021-06-121-4/+4
|/
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-1/+1
* Update with experimental mesh optimizer.K. S. Ernest (iFire) Lee2021-05-221-0/+1
* Fix SurfaceTool crash when passing invalid Meshrafallus2021-05-011-0/+8
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-1/+1
* Improved 3D Scene ImporterJuan Linietsky2021-03-221-0/+9