On Feb 7, 2012, at 3:45 PM, Tom Browder wrote: > I am interested in scripting the functionality of rtwizard but haven't > yet found the real progs used. I assume it's perhaps rtxray for the > ghost image, rtedge for line drawings , and rt for other images. Then > compose the final image with pixmerge or pixmatte.
Basically. The rt* commands are built-in bwish commands (like mged), but it invokes external image processing tools: sushi:~ morrison$ grep exec\ \" brlcad/src/tclscripts/rtwizard/lib/* | sed "s/.*path\/\([^\"]*\).*/\1/g" | sort | uniq bw-pix bwmod fb-pix fbclear fbserv pix-bw pix-fb pixmatte > Can anyone point me to the guts of rtwizard? src/tclscripts/rtwizard/lib > I still don't know how to get from tcl scripts to where the action is. > I promise to suggest a blurb for HACKING if I am helped. A README in src/tclscripts or a write-up in doc/ would probably be more appropriate since you could easily fill a file the size of HACKING with blurbs explaining what code where does what for everything in BRL-CAD. Cheers! Sean ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ BRL-CAD Developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/brlcad-devel
