[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [27114] branches/render25/source/blender/ render/intern/source/path.c: Render Branch:

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


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

Log Message:
-----------
Render Branch:

Should have mentioned a few more things in my previous commit log:
* Indirect light now also includes lamps.
* Adaptive sampling is currently not working.
* Teaser image (spot the artifacts)

http://users.pandora.be/blendix/indirect_teaser.png

Modified Paths:
--------------
    branches/render25/source/blender/render/intern/source/path.c

Modified: branches/render25/source/blender/render/intern/source/path.c
===================================================================
--- branches/render25/source/blender/render/intern/source/path.c	2010-02-23 19:48:55 UTC (rev 27113)
+++ branches/render25/source/blender/render/intern/source/path.c	2010-02-23 19:56:36 UTC (rev 27114)
@@ -114,11 +114,6 @@
 	copy_v3_v3(to->n, to->vlr->n);
 	mul_v3_fl(to->n, -1.0f);
 
-	/* XXX epsilon problem workaround */
-	/* XXX sub_v3_v3v3(d, to->co, from->co);
-	if(dot_v3v3(d, from->vec) < 0.0f)
-		return 0;*/
-
 	return 1;
 }
 





More information about the Bf-blender-cvs mailing list