Hi,After having done rt_hrt_prep() and rt_hrt_shot(), I have images from raytracing the heart using its implicit sextic equation.
Do share... both your original image from a couple days ago and any improvements since then would be great to see.
1. How to go about writing rt_hrt_plot() function ?
2. What rt_xxx_16pts() does in tgc and superell ?
Those are just private helper functions that define a 2D ellipse curve as 16 points (which is effectively a single ellipSOID isocontour).
3. What the routine RT_ADD_VLIST() does ?
That macro is defined in the raytrace.h public header. It adds a wireframe "piece" to a display list which is later drawn (i.e., plotted) on the screen when drawing in wireframe mode.
Cheers!
Sean
------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk
_______________________________________________ BRL-CAD Developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/brlcad-devel
