mirror of
https://github.com/w23/xash3d-fwgs
synced 2025-01-18 14:50:05 +01:00
enlarge scratch buffer to support more models
This commit is contained in:
parent
b9f5f87c76
commit
86d669c708
@ -15,7 +15,7 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#define MAX_SCRATCH_BUFFER (16*1024*1024)
|
||||
#define MAX_SCRATCH_BUFFER (32*1024*1024)
|
||||
#define MAX_ACCELS_BUFFER (64*1024*1024)
|
||||
|
||||
#define MAX_LIGHT_LEAVES 8192
|
||||
|
Loading…
x
Reference in New Issue
Block a user