index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gles3
/
storage
/
mesh_storage.h
Age
Commit message (
Expand
)
Author
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-17
Merge pull request #70091 from clayjohn/bone-aabbs
Rémi Verschelde
2022-12-14
Remove mesh bone_aabbs as they are not used anywhere and calculating them is ...
clayjohn
2022-12-14
Cache mesh AABB when modified by skeleton and update instance AABB when
clayjohn
2022-11-29
Add Skeletons and Blend Shapes to the OpenGL renderer
clayjohn
2022-11-14
Add GPUParticles to the OpenGL3 renderer.
clayjohn
2022-10-26
Fix EXE_BAD_ACCESS caused by optional argument
Gordon MacPherson
2022-08-19
Remove requirement to have vertex positions when creating a mesh. Meshes can ...
clayjohn
2022-07-25
Code quality: Fix header guards consistency
Rémi Verschelde
2022-06-28
Split dependency logic
Bastiaan Olij
2022-06-14
Implement MultiMesh in 3D and flesh out MultiMesh functions
clayjohn
2022-05-25
Implement 2D Meshes and MultiMeshes in GLES3 backend
clayjohn
2022-05-20
Add a new HashSet template
reduz
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-12
Basic 3D rendering
clayjohn
2022-05-11
SkyShaders working
clayjohn
2022-04-28
Add MeshStorage to GLES3
clayjohn
2022-04-02
Move storage for Mesh, MeshInstance, MultiMesh and Skeleton into MeshStorage
Bastiaan Olij