summaryrefslogtreecommitdiffstats
path: root/scene/resources/3d/importer_mesh.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-18/+85
|\
| * Rewrite index optimization code for maximum efficiencyArseny Kapoulkine2024-11-041-18/+85
* | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-290/+4
|\|
| * LOD: Remove "Raycast Normals" and associated "Normal Split Angle" settingsArseny Kapoulkine2024-10-281-290/+4
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-0/+1
|\|
| * Update meshoptimizer to 0.22Arseny Kapoulkine2024-10-261-0/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Merge pull request #96880 from zeux/fix-vcache-nontriRémi Verschelde2024-09-121-2/+2
|\
| * Fix a crash in ImporterMesh::create_shadow_mesh for non-triangle surfacesArseny Kapoulkine2024-09-111-2/+2
* | Merge pull request #94783 from TokageItLab/validate-gltf-anim-nameRémi Verschelde2024-09-121-1/+11
|\ \ | |/ |/|
| * Add validation to glTF importer for Blendshape and AnimationSilc 'Tokage' Renew2024-07-261-1/+11
* | Merge pull request #94954 from raulsntos/mark-internal-propertiesRémi Verschelde2024-08-281-1/+1
|\ \
| * | Mark underscored properties as internalRaul Santos2024-07-301-1/+1
| |/
* | NavigationPolygon: Implement get/set_polygon fast paths.Patrick Sean Klein2024-08-171-12/+7
* | Optimize base and shadow meshes for cacheArseny Kapoulkine2024-08-161-0/+35
* | Merge pull request #93727 from zeux/raycast-optRémi Verschelde2024-08-161-10/+21
|\ \ | |/ |/|
| * Disable normal raycaster for LOD generation by defaultArseny Kapoulkine2024-07-021-10/+21
* | Fix LOD generation for meshes with tangents & mirrored UVsArseny Kapoulkine2024-07-231-1/+4
|/
* Expose create_from_arrays in SurfaceTool and cleanup some namingLyuma2024-04-191-1/+1
* Move 3D-only resources to their own folderAaron Franke2024-02-261-0/+1378