Aaron Fenyes
|
206a2df480
|
Ray-caster: add a third test sphere
This helps confirm that the generalized depth-sorting is working.
|
2024-08-25 16:41:31 -07:00 |
|
Aaron Fenyes
|
c18cac642b
|
Ray-caster: generalize depth sorting
Switch from a hard-coded sorting network for four fragments to an
insertion sort, which should work for any number of fragments.
|
2024-08-25 00:47:36 -07:00 |
|
Aaron Fenyes
|
8798683d25
|
Ray-caster: store sphere data in arrays
This is a first step toward general depth sorting.
|
2024-08-25 00:00:28 -07:00 |
|
Aaron Fenyes
|
766d56027c
|
Ray-caster: move shaders to separate files
This properly reflects the modularity of the code, and it simplifies
indentation and syntax highlighting.
|
2024-08-24 11:27:19 -07:00 |
|