Revision: 41166
http://brlcad.svn.sourceforge.net/brlcad/?rev=41166&view=rev
Author: brlcad
Date: 2010-10-29 06:35:31 +0000 (Fri, 29 Oct 2010)
Log Message:
-----------
looks like the radius was left hard-coded to 10.0, make it use the value passed.
Modified Paths:
--------------
brlcad/trunk/src/conv/step/BRLCADWrapper.cpp
Modified: brlcad/trunk/src/conv/step/BRLCADWrapper.cpp
===================================================================
--- brlcad/trunk/src/conv/step/BRLCADWrapper.cpp 2010-10-29 06:32:14 UTC
(rev 41165)
+++ brlcad/trunk/src/conv/step/BRLCADWrapper.cpp 2010-10-29 06:35:31 UTC
(rev 41166)
@@ -78,7 +78,7 @@
center[X] = 0.0;
center[Y] = 0.0;
center[Z] = 0.0;
- mk_sph(outfp, "s1", center, 10.0);
+ mk_sph(outfp, "s1", center, radius);
return true;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits