16 Commits

Author SHA1 Message Date
connellpaxton
f3fa22c3c5 Revived the project, it seems to be mostly functional right now in terms of load/unloading files of scenes. Not yet tested on linux. 2025-03-30 23:40:19 -04:00
Conál
a3efba825f Fixed loading 2024-02-16 15:39:57 -05:00
connellpaxton
faf97687a9 Started work on BSP loading, still debugging errors 2024-02-16 13:00:35 -05:00
connellpaxton
13fff8cfad Added object system using SSBOs 2024-02-10 17:40:56 -05:00
Conál
d945f49fca Okay, figured out input, for real this time 2024-02-08 23:32:51 -05:00
Conál
df334c3941 Got mouse and keyboard movement working -- I think 2024-02-07 10:39:07 -05:00
connellpaxton
5df7032caa Created raymarching branch 2024-02-06 15:40:50 -05:00
connellpaxton
d18195fb91 unfocused camera light!!!! 2024-02-06 11:58:49 -05:00
connellpaxton
dfd0c57c59 Fixed normal generation (for real this time).
Issue was in sampling texture on the CPU side.
2024-02-06 11:31:29 -05:00
connellpaxton
90d04c2d9f Fixed normal generation (forgot to properly bump scale). 2024-02-06 08:50:16 -05:00
connellpaxton
7aa5d04e4e small displacements 2024-02-05 13:53:37 -05:00
Conál
82f0785cae Fixed uniform buffer padding issue, still dealing with tesselation error 2024-02-05 13:21:25 -05:00
Conál
9582baf2d2 Fixed index generation issue, debugging tessellation issue 2024-02-05 12:26:00 -05:00
Conál
8e2559cf26 Some unidentified vertex or index generation error 2024-02-05 11:50:58 -05:00
connellpaxton
a778a406d0 First part of terrain generation (hopefully) done, next part is to make the tesselation shaders 2024-02-05 07:53:37 -05:00
connellpaxton
ef90718135 Created a working camera controlled by the UI, next step is to incorporate Input class and have it be mouse/keyboard controlled 2024-01-30 10:40:21 -05:00