Did a version of the raycaster that uses a pixel buffer sent to a texture that goes to a sprite that goes on a frog that's on a log on the bottom of the ocean under a tortoise that's carrying a sack that has the...
This commit is contained in:
parent
e8a32ba9f3
commit
d5047c00e2
3 changed files with 245 additions and 2 deletions
|
@ -26,6 +26,13 @@ executable('raycaster', [
|
|||
],
|
||||
dependencies: dependencies)
|
||||
|
||||
executable('raycaster_pixels', [
|
||||
'dbc.cpp',
|
||||
'matrix.cpp',
|
||||
'raycaster_pixels.cpp',
|
||||
],
|
||||
dependencies: dependencies)
|
||||
|
||||
executable('timcaster', [
|
||||
'./scratchpad/timcaster.cpp',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue