Revision: 41746
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41746&view=rev
Author:   starseeker
Date:     2010-12-21 20:53:23 +0000 (Tue, 21 Dec 2010)

Log Message:
-----------
Hmm - probably better to assume these were not added to raytrace.h for a 
reason, see if the same version in rtshot.c will suffice.

Modified Paths:
--------------
    brlcad/branches/cmake/include/raytrace.h
    brlcad/branches/cmake/src/rt/rtshot.c

Modified: brlcad/branches/cmake/include/raytrace.h
===================================================================
--- brlcad/branches/cmake/include/raytrace.h    2010-12-21 20:42:36 UTC (rev 
41745)
+++ brlcad/branches/cmake/include/raytrace.h    2010-12-21 20:53:23 UTC (rev 
41746)
@@ -2395,11 +2395,6 @@
 /* Shoot a bundle of rays */
 RT_EXPORT BU_EXTERN(int rt_shootrays,
                    (struct application_bundle *bundle));
-RT_EXPORT BU_EXTERN(int rt_shootray_bundle,
-                   (struct application *ap, struct xray *rays, int nrays));
-RT_EXPORT BU_EXTERN(int rt_raybundle_maker,
-                   (struct xray *rp, double radius, const fastf_t *avec, const 
fastf_t *bvec, int rays_per_ring, int nring));
-
 /* Get expr tree for object */
 RT_EXPORT BU_EXTERN(void rt_free_soltab,
                    (struct soltab   *stp));

Modified: brlcad/branches/cmake/src/rt/rtshot.c
===================================================================
--- brlcad/branches/cmake/src/rt/rtshot.c       2010-12-21 20:42:36 UTC (rev 
41745)
+++ brlcad/branches/cmake/src/rt/rtshot.c       2010-12-21 20:53:23 UTC (rev 
41746)
@@ -40,7 +40,10 @@
 #include "rtprivate.h"
 #include "plot3.h"
 
+extern int rt_shootray_bundle (struct application *ap, struct xray *rays, int 
nrays);
+extern int rt_raybundle_maker(struct xray *rp, double radius, const fastf_t 
*avec, const fastf_t *bvec, int rays_per_ring, int nring);
 
+
 char usage[] = "\
 Usage:  rtshot [options] model.g objects...\n\
  -U #          Set reporting of air regions (default=1)\n\


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

------------------------------------------------------------------------------
Forrester recently released a report on the Return on Investment (ROI) of
Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even
within 7 months.  Over 3 million businesses have gone Google with Google Apps:
an online email calendar, and document program that's accessible from your 
browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to