7 Commits

Author SHA1 Message Date
connellpaxton
8a806b8c65 removed non-project-related files 2024-02-22 15:01:28 -05:00
connellpaxton
e85882df04 Added bounding box transparent meshes, restructured shader directory, added compiled shader objects to gitignore 2024-02-21 11:16:55 -05:00
Conál
a9e53cc4cb QoL improvement: made it so the mouse/keyboard isn't captured by ImGui unless in_menu is active 2024-02-21 00:20:31 -05:00
connellpaxton
87fbb1c603 Got BSP loading to a visual state. Needs more testing to determine if culling/visibility testing was effective. 2024-02-18 19:29:32 -05:00
connellpaxton
7fd68abcf9 Fixed it!
Holy shit all it was really was performing a computation without assigning the result (x *= n instead of x * n).
2024-02-05 23:32:54 -05:00
Conál
8e2559cf26 Some unidentified vertex or index generation error 2024-02-05 11:50:58 -05:00
connellpaxton
ef1bceb388 Texture creation and binding works! 2024-01-28 12:30:42 -05:00