summaryrefslogtreecommitdiffstats
path: root/drivers/gles3/storage/mesh_storage.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-0/+1
|\
| * Implemented multimesh_get_buffer_rd_rid function into RenderingServer.David House2024-11-141-0/+1
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-8/+8
|\|
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-8/+8
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6Spartan3222024-10-141-1/+1
|\|
| * Use local vector for skeletonNazarii2024-10-021-1/+1
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Avoid const_cast in mesh_storage.hrune-scape2024-08-281-1/+1
* Fixed Timestep Interpolation: MultiMeshRicardo Buring2024-08-181-26/+30
* Support custom AABB within MultiMesh resourcesArman Elgudzhyan2024-02-151-0/+3
* Merge pull request #84894 from clayjohn/tangent-error-messageYuri Sizov2024-01-241-1/+6
|\
| * Store ArrayMesh path in RenderingServer for use in error messagesclayjohn2023-11-141-1/+6
* | Merge pull request #84451 from ShirenY/FixSkeletonMeshCullingRémi Verschelde2023-12-121-0/+4
|\ \
| * | Transform mesh's AABB to skeleton's space when calculate mesh's bounds.ShirenY2023-12-091-0/+4
| |/
* / Add wireframe for compatibility modeDominic2023-12-021-0/+18
|/
* Vertex and attribute compression to reduce the size of the vertex format.clayjohn2023-10-051-7/+9
* [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...bruvzg2023-09-211-6/+1
* [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-5/+5
* Allow for external python scripts to call the build python headers via extern...Bradley Clemetson2023-03-191-1/+1
* Automatically transform Skeleton2D calculations so pivots are not neededclayjohn2023-01-271-0/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #70091 from clayjohn/bone-aabbsRémi Verschelde2022-12-171-2/+0
|\
| * Remove mesh bone_aabbs as they are not used anywhere and calculating them is ...clayjohn2022-12-141-2/+0
* | Cache mesh AABB when modified by skeleton and update instance AABB whenclayjohn2022-12-141-0/+1
|/
* Add Skeletons and Blend Shapes to the OpenGL rendererclayjohn2022-11-291-7/+31
* Add GPUParticles to the OpenGL3 renderer.clayjohn2022-11-141-0/+3
* Fix EXE_BAD_ACCESS caused by optional argumentGordon MacPherson2022-10-261-7/+4
* Remove requirement to have vertex positions when creating a mesh. Meshes can ...clayjohn2022-08-191-4/+4
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Split dependency logicBastiaan Olij2022-06-281-4/+9
* Implement MultiMesh in 3D and flesh out MultiMesh functionsclayjohn2022-06-141-0/+1
* Implement 2D Meshes and MultiMeshes in GLES3 backendclayjohn2022-05-251-0/+20
* Add a new HashSet templatereduz2022-05-201-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Basic 3D renderingclayjohn2022-05-121-2/+8
* SkyShaders workingclayjohn2022-05-111-0/+9
* Add MeshStorage to GLES3clayjohn2022-04-281-31/+332
* Move storage for Mesh, MeshInstance, MultiMesh and Skeleton into MeshStorageBastiaan Olij2022-04-021-0/+204