On May 22, 2012, at 8:28 AM, phoenix wrote: > > Nice progress! I expect breakage will still be fairly straightforward > to find for a while, but once it starts to get more difficult we can > probably adapt a script used for tessellation testing and > systematically test models. > > I'd like to ask, how to do the tessellation testing? Thanks.
We have regression tests in the regress/ directory, which are all simple shell scripts that run programs. Some of the tests run end user tools (like mged, rt, pix-png, etc) while other tests specifically run a unit test program (like the src/libbu/test_* unit tests). For tessellation testing, there's a lot of ways it can be set up but one simple method that comes to mind would be to take a given geometry file, convert hierarchy to brep form, tessellate, then use the sh/conversion.sh script to make sure the tessellated an non-tessellated forms are volumetrically within tolerance. Cheers! Sean ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ BRL-CAD Developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/brlcad-devel
