change report slightly
This commit is contained in:
parent
ae9b3ce9ca
commit
5c0549bb0c
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# VoxelTest
|
||||
This is a voxel engine designed as a light base for more extensive projects.
|
||||
|
||||
Extensive testing is required; report bugs and feature requests to https://matrix.to/#/@onez:zenoverse.net
|
||||
Extensive testing is required; report bugs and feature requests by communicating directly with a project developer.
|
||||
|
||||
The target platform is Linux, although cross-compilation to Windows is also possible. To compile, use the Makefile, create a directory "db", and run the "monke" executable.
|
||||
The target platform is Linux, although cross-compilation to Windows is also possible. To compile, use the Makefile, create a directory "db", and run the "monke" executable.
|
||||
|
|
2
cubes.h
2
cubes.h
|
@ -6,7 +6,7 @@
|
|||
#define CHUNK_RADIUS_H 4 // 8
|
||||
#define CHUNK_RADIUS_V 4 // 4
|
||||
|
||||
#define TEXT_GAP_H 1 / 6.0
|
||||
#define TEXT_GAP_H 1 / 7.0
|
||||
#define TEXT_GAP_V 1 / 9.0
|
||||
|
||||
#define CHUNK_DIAMETER_H (CHUNK_RADIUS_H * 2 + 1)
|
||||
|
|
BIN
test.png
BIN
test.png
Binary file not shown.
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 9.3 KiB |
Loading…
Add table
Add a link
Reference in a new issue