[Plib-cvs] plib/src/ssg ssgOptimiser.cxx,1.31,1.32
Brought to you by:
sjbaker
From: Wolfram K. <wol...@us...> - 2003-10-15 20:16:29
|
Update of /cvsroot/plib/plib/src/ssg In directory sc8-pr-cvs1:/tmp/cvs-serv2810 Modified Files: ssgOptimiser.cxx Log Message: Changed distance epsilon from a centimeter to a millimeter Index: ssgOptimiser.cxx =================================================================== RCS file: /cvsroot/plib/plib/src/ssg/ssgOptimiser.cxx,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- ssgOptimiser.cxx 4 Dec 2002 20:42:28 -0000 1.31 +++ ssgOptimiser.cxx 15 Oct 2003 20:15:07 -0000 1.32 @@ -26,7 +26,7 @@ static float optimise_vtol [3] = { - 0.01f, /* DISTANCE_SLOP = One centimeter */ + 0.001f, /* DISTANCE_SLOP = One millimeter */ 0.04f, /* COLOUR_SLOP = Four percent */ 0.004f, /* TEXCOORD_SLOP = One texel on a 256 map */ } ; |