[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [27108] branches/render25/source/blender/ render/intern/include/rayobject.h: Render Branch: disable ray trace epsilon for testing, not using it

Brecht Van Lommel brecht at blender.org
Tue Feb 23 20:23:49 CET 2010


Revision: 27108
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=27108
Author:   blendix
Date:     2010-02-23 20:23:49 +0100 (Tue, 23 Feb 2010)

Log Message:
-----------
Render Branch: disable ray trace epsilon for testing, not using it
gives artifacts with overlapping faces, but it also seems to lead
to self intersections.

Modified Paths:
--------------
    branches/render25/source/blender/render/intern/include/rayobject.h

Modified: branches/render25/source/blender/render/intern/include/rayobject.h
===================================================================
--- branches/render25/source/blender/render/intern/include/rayobject.h	2010-02-23 17:56:45 UTC (rev 27107)
+++ branches/render25/source/blender/render/intern/include/rayobject.h	2010-02-23 19:23:49 UTC (rev 27108)
@@ -171,7 +171,7 @@
 int RE_rayobjectcontrol_test_break(RayObjectControl *c);
 
 
-#define ISECT_EPSILON ((float)FLT_EPSILON)
+#define ISECT_EPSILON (0) //(float)FLT_EPSILON)
 
 
 





More information about the Bf-blender-cvs mailing list