Refactored mesh handling, imported AABB tree implementation from I-MIC FPS

This commit is contained in:
2025-05-03 18:21:11 -05:00
parent b3561f02c1
commit eabad4abd4
16 changed files with 356 additions and 56 deletions

View File

@@ -1,4 +1,4 @@
# version 330 core
#version 330 core
layout(location = 0) in vec3 in_position;
layout(location = 1) in vec3 in_color;