multiple textures
This commit is contained in:
parent
1223b56652
commit
579eb9f540
4 changed files with 9 additions and 8 deletions
2
const.h
2
const.h
|
@ -19,7 +19,7 @@ typedef struct Vertex2 {
|
|||
#define CHUNK_RADIUS_V 4 // 4
|
||||
|
||||
#define TEXT_GAP_H 1 / 3.0
|
||||
#define TEXT_GAP_V 1 / 1.0
|
||||
#define TEXT_GAP_V 1 / 6.0
|
||||
|
||||
#define CHUNK_DIAMETER_H (CHUNK_RADIUS_H * 2 + 1)
|
||||
#define CHUNK_DIAMETER_V (CHUNK_RADIUS_V * 2 + 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue