r5152 - trunk/misc

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Dec 2 08:45:55 EST 2008


Author: div0
Date: 2008-12-02 08:45:55 -0500 (Tue, 02 Dec 2008)
New Revision: 5152

Modified:
   trunk/misc/bsptool.pl
Log:
filter = 1


Modified: trunk/misc/bsptool.pl
===================================================================
--- trunk/misc/bsptool.pl	2008-12-02 13:44:36 UTC (rev 5151)
+++ trunk/misc/bsptool.pl	2008-12-02 13:45:55 UTC (rev 5152)
@@ -344,7 +344,7 @@
 	elsif(/^-G(.+)$/) # decimate light grid
 	{
 		my $decimate = $1;
-		my $filter = 0.5;
+		my $filter = 1; # 0 = nearest, 1 = box filter
 
 		my @models = DecodeLump $bsp[$lumpid{models}]->[2],
 			qw/mins=f3 maxs=f3 face=V n_faces=V brush=V n_brushes=V/;




More information about the nexuiz-commits mailing list