DATA: new tree models

Martin Gerhardy 2020-02-16 22:59:01 +01:00
parent eafbeb4e2d
commit 15e938e864
3 changed files with 2 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -15,9 +15,11 @@ set(SRCS
set(FILES
voxel/models/trees/bush/1.vox
voxel/models/trees/deciduous/1.vox
voxel/models/trees/deciduous/2.vox
voxel/models/trees/fir/1.vox
voxel/models/trees/palm/1.vox
voxel/models/trees/pine/1.vox
voxel/models/trees/trunk.vox
)
engine_add_module(TARGET ${LIB} SRCS ${SRCS} FILES ${FILES} DEPENDENCIES voxelformat noise)