Revision: 46873
          http://brlcad.svn.sourceforge.net/brlcad/?rev=46873&view=rev
Author:   bob1961
Date:     2011-09-23 17:04:48 +0000 (Fri, 23 Sep 2011)
Log Message:
-----------
Set zclip flag to 0 in ArcherCore::doLighting.

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl

Modified: brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl   2011-09-23 15:28:29 UTC 
(rev 46872)
+++ brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl   2011-09-23 17:04:48 UTC 
(rev 46873)
@@ -3279,7 +3279,9 @@
 ::itcl::body ArcherCore::doLighting {} {
     SetWaitCursor $this
 
-    gedCmd zclip_all $mLighting
+    # Leave this off for now.
+    gedCmd zclip_all 0
+
     gedCmd zbuffer_all $mLighting
     gedCmd light_all $mLighting
 

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


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to