Revision: 56547
http://sourceforge.net/p/brlcad/code/56547
Author: brlcad
Date: 2013-08-05 03:46:56 +0000 (Mon, 05 Aug 2013)
Log Message:
-----------
reduce to something in-between just to avoid preprocessor dead code. factor
needs to be configurable or auto-set.
Modified Paths:
--------------
brlcad/trunk/src/proc-db/molecule.c
Modified: brlcad/trunk/src/proc-db/molecule.c
===================================================================
--- brlcad/trunk/src/proc-db/molecule.c 2013-08-05 03:44:07 UTC (rev 56546)
+++ brlcad/trunk/src/proc-db/molecule.c 2013-08-05 03:46:56 UTC (rev 56547)
@@ -260,13 +260,10 @@
rgb[1] = 142;
rgb[2] = 57;
-#if 1
- /* Use this for mol-cube.dat */
- mk_rcc(outfp, nm, base, height, s1->s_rad * 0.15);
-#else
- /* Use this for chemical molecules */
- mk_rcc(outfp, nm, base, height, s1->s_rad * 0.5);
-#endif
+ /* TODO: make the scaling factor configurable or autosize based on
+ * overall complexity.
+ */
+ mk_rcc(outfp, nm, base, height, s1->s_rad * 0.25);
BU_LIST_INIT(®_head.l);
(void)mk_addmember(nm, ®_head.l, NULL, WMOP_UNION);
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