Revision: 45752
          http://brlcad.svn.sourceforge.net/brlcad/?rev=45752&view=rev
Author:   kunigami
Date:     2011-08-02 01:51:11 +0000 (Tue, 02 Aug 2011)

Log Message:
-----------
the experimental mode should be used with path-tracing, turning off ray-tracing 
on sh_osl...

Modified Paths:
--------------
    brlcad/trunk/src/liboptical/liboslrend.cpp
    brlcad/trunk/src/liboptical/sh_osl.cpp

Modified: brlcad/trunk/src/liboptical/liboslrend.cpp
===================================================================
--- brlcad/trunk/src/liboptical/liboslrend.cpp  2011-08-02 01:50:12 UTC (rev 
45751)
+++ brlcad/trunk/src/liboptical/liboslrend.cpp  2011-08-02 01:51:11 UTC (rev 
45752)
@@ -131,7 +131,7 @@
     const ClosurePrimitive *prim = SamplePrimitive(weight, closure, 0.5);
 
 // Ray-tracing (local illumination)
-#if 1
+#if 0
 
     if(prim){
        if(prim->category() == OSL::ClosurePrimitive::BSDF) {

Modified: brlcad/trunk/src/liboptical/sh_osl.cpp
===================================================================
--- brlcad/trunk/src/liboptical/sh_osl.cpp      2011-08-02 01:50:12 UTC (rev 
45751)
+++ brlcad/trunk/src/liboptical/sh_osl.cpp      2011-08-02 01:51:11 UTC (rev 
45752)
@@ -621,7 +621,7 @@
 
 
 // Ray-tracing (local illumination)
-#if 1
+#if 0
 
     /* -----------------------------------
      * Get a list of all visible lights from this point


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to