Got a point rendering, but still need to cull it if behind
This commit is contained in:
parent
03aeac765d
commit
2ff6576142
2 changed files with 174 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
CC = gcc
|
||||
CFLAGS = -g
|
||||
LDLIBS = -lraylib
|
||||
LDLIBS = -lraylib -lm
|
||||
|
||||
objects = c3d.o
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue