Implemented terrain texturing
This commit is contained in:
parent
1475fd2101
commit
9fdd47ea6e
19 changed files with 1977 additions and 87 deletions
2
ext/stb_image.c
vendored
2
ext/stb_image.c
vendored
|
|
@ -1,2 +1,4 @@
|
|||
#define STB_IMAGE_IMPLEMENTATION
|
||||
#define STB_IMAGE_WRITE_IMPLEMENTATION
|
||||
#include "stb_image.h"
|
||||
#include "stb_image_write.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue