0

initial version of 'nether' option for normal render modes

based on eminence's gist https://gist.github.com/92b6dac4c2ed3cdcff10
This commit is contained in:
Aaron Griffith
2011-12-04 10:21:48 -05:00
parent 4edc5e48b6
commit 8b55203d41
2 changed files with 26 additions and 0 deletions

View File

@@ -136,6 +136,7 @@ typedef struct {
unsigned int min_depth;
unsigned int max_depth;
int height_fading;
int nether;
} RenderModeNormal;
extern RenderModeInterface rendermode_normal;