Revision: 56551
http://sourceforge.net/p/brlcad/code/56551
Author: brlcad
Date: 2013-08-05 04:05:07 +0000 (Mon, 05 Aug 2013)
Log Message:
-----------
document why this block is retained. draws pretty status line during ray
tracing.
Modified Paths:
--------------
brlcad/trunk/src/rt/view.c
Modified: brlcad/trunk/src/rt/view.c
===================================================================
--- brlcad/trunk/src/rt/view.c 2013-08-05 04:03:32 UTC (rev 56550)
+++ brlcad/trunk/src/rt/view.c 2013-08-05 04:05:07 UTC (rev 56551)
@@ -195,7 +195,13 @@
int do_eol = 0;
unsigned char dist[8]; /* pixel distance (in IEEE format) */
-#if 0
+#ifdef DRAW_INDICATOR_LINE
+ /* this draws a nice indicator line to let you know where you are
+ * currently rendering into the frame, but testing demonstrated
+ * that this utterly kills performance for some framebuffer types.
+ * need to revisit and test making this be runtime requestable.
+ */
+
RGBpixel white = {255, 255, 255};
bu_semaphore_acquire(BU_SEM_SYSCALL);
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits