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,5 +1,7 @@
module CyberarmEngine
class GBuffer
include OpenGL
attr_reader :screen_vbo, :vertices, :uvs
attr_reader :width, :height