tri2d now use integers when put on screen. Fixes missing pixels and overdraw

This commit is contained in:
InventorXtreme 2024-03-12 21:32:45 -04:00
parent 8165a5c760
commit f6ee4b9c2a
3 changed files with 61 additions and 44 deletions

View file

@ -1,5 +1,5 @@
CC = clang #Set compiler
CFLAGS = -pg -g -Wall -O3 -pg #set compiler flags
CFLAGS = -pg -g -Wall -O2 -pg #set compiler flags
LDFLAGS = -pg -g #set linker flags
LDLIBS = -lraylib -lm #set libraries to use
objects = c3d.o reader.o arrayfuncs.o vecfunc.o #list all object files