Imported basic raymarcher code
This commit is contained in:
parent
28088760b9
commit
dab7bcaa74
3 changed files with 182 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -4,7 +4,9 @@ CPPFLAGS += -I. -Iimgui -Iglm \
|
|||
-DREAL_BUILD -DGLM_ENABLE_EXPERIMENTAL
|
||||
LIBS += $(shell sdl2-config --libs) -lGL -lGLEW -ldl
|
||||
|
||||
FILEDUMPS =
|
||||
FILEDUMPS = \
|
||||
fd-raymarch-header.glsl.h \
|
||||
fd-raymarcher.glsl.h
|
||||
|
||||
IMGUI = imgui.o imgui_demo.o imgui_draw.o
|
||||
DEMO = \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue