summaryrefslogtreecommitdiff
path: root/drivers/gles3/storage/mesh_storage.cpp
AgeCommit message (Expand)Author
2022-09-07Merge pull request #65016 from timothyqiu/skin-dataRémi Verschelde
2022-09-04Replace AABB has_no_volume with has_volumeAaron Franke
2022-08-29Fix crash when executing `TubeTrailMesh.get_faces()` with GLES3Haoyu Qiu
2022-08-22Merge pull request #60309 from The-O-King/octRémi Verschelde
2022-08-19Remove requirement to have vertex positions when creating a mesh. Meshes can ...clayjohn
2022-08-18Use a const ref for the bone AABB in rendering codeAaron Franke
2022-08-14Don't try to merge unused bone AABBs in the rendering serverAaron Franke
2022-08-13Implement Octahedral on OpenGL3Omar El Sheikh
2022-08-01Fix various bugs in GLES3 renderer that stopped it from running on webclayjohn
2022-07-06Prevent possible crash when mesh is freedYuri Rubinsky
2022-06-28Split dependency logicBastiaan Olij
2022-06-14Implement MultiMesh in 3D and flesh out MultiMesh functionsclayjohn
2022-05-25Implement 2D Meshes and MultiMeshes in GLES3 backendclayjohn
2022-05-19Use range iterators for RBSet in most casesAaron Record
2022-05-16Add basic lighting to GLES3 renderer.clayjohn
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-12Basic 3D renderingclayjohn
2022-04-29Rename Basis "elements" to "rows"Aaron Franke
2022-04-29Rename Transform2D "elements" to "columns"Aaron Franke
2022-04-28Add MeshStorage to GLES3clayjohn
2022-04-02Move storage for Mesh, MeshInstance, MultiMesh and Skeleton into MeshStorageBastiaan Olij