Revision: 53682
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53682&view=rev
Author:   n_reed
Date:     2012-11-14 17:45:24 +0000 (Wed, 14 Nov 2012)
Log Message:
-----------
describe intended meaning of spacing parameters

Modified Paths:
--------------
    brlcad/trunk/include/raytrace.h

Modified: brlcad/trunk/include/raytrace.h
===================================================================
--- brlcad/trunk/include/raytrace.h     2012-11-14 17:40:38 UTC (rev 53681)
+++ brlcad/trunk/include/raytrace.h     2012-11-14 17:45:24 UTC (rev 53682)
@@ -1973,7 +1973,17 @@
 struct rt_view_info {
     struct bu_list *vhead;
     const struct bn_tol *tol;
+
+    /** The average distance between the segment points of plotted curves.
+     * Smaller spacing means more points per curve, and thus smoother (more
+     * accurate) plot curves.
+     */
     fastf_t point_spacing;
+
+    /** The average distance between plotted surface curves.
+     * Smaller spacing means more curves are drawn, increasing the overall
+     * density of the plot.
+     */
     fastf_t curve_spacing;
 };
 

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


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to