Skip to content

Commit

Permalink
NEW Voxel implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-fetz committed Apr 28, 2024
1 parent e5446a3 commit 0736c02
Show file tree
Hide file tree
Showing 6 changed files with 2,973 additions and 2,492 deletions.
2 changes: 1 addition & 1 deletion Compiler/COMMON/jo_engine_makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ endif

ifeq (1,${JO_COMPILE_WITH_SOFTWARE_RENDERER_MODULE})
CCFLAGS += -DJO_COMPILE_WITH_SOFTWARE_RENDERER_SUPPORT
SRCS += $(JO_ENGINE_SRC_DIR)/software_renderer.c
SRCS += $(JO_ENGINE_SRC_DIR)/software_renderer.c $(JO_ENGINE_SRC_DIR)/voxel.c
endif

ifeq (1,${JO_COMPILE_WITH_AUDIO_MODULE})
Expand Down

0 comments on commit 0736c02

Please sign in to comment.