mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-01-18 20:21:18 +00:00
restrict the lightmapsearch for better batching (slightly more fps)
This commit is contained in:
parent
aa9677f5b9
commit
3187b39433
@ -25,7 +25,7 @@ use File::Temp;
|
||||
our $VISFLAGS = '';
|
||||
|
||||
# Default flags for the -light stage
|
||||
our $LIGHTFLAGS = '-deluxe -patchshadows -samples 3 -lightmapsize 512 -fast -fastbounce -dirty -bouncegrid';
|
||||
our $LIGHTFLAGS = '-lightmapsearchpower 3 -deluxe -patchshadows -samples 3 -lightmapsize 512 -fast -fastbounce -dirty -bouncegrid';
|
||||
|
||||
# Default flags for the -minimap stage
|
||||
our $MINIMAPFLAGS = '';
|
||||
|
Loading…
Reference in New Issue
Block a user