Make chunks check adjacent chunks when generating mesh

This commit is contained in:
2022-08-07 15:04:42 +01:00
parent a516f29be1
commit 4a8bf7d05b
5 changed files with 136 additions and 97 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
CXX = g++
CXXFLAGS = -g -Isrc
CXXFLAGS = -O3 -Isrc
LD = ld
LINKFLAGS = -lGL -lglfw
CC = gcc
CCFLAGS = -g -Isrc
CCFLAGS = -O3 -Isrc
XNOECRAFT_CPP_SRCS = $(shell find src/ -name '*.cpp')
XNOECRAFT_C_SRCS = $(shell find src/ -name '*.c')