carve
carve copied to clipboard
csg_triangulator.hpp compile error
Line 161, function scoreQuad
double scoreQuad(edge_map_t::iterator i, edge_map_t &edge_map) {
if (!(*i).second.first || !(*i).second.second) return -1;
}
basically it should return something on either paths.
the result is using to select best edge candidate.
Original issue reported on code.google.com by [email protected] on 28 May 2010 at 1:52
Shows up, when compiling with Intel Compiler 8.1
Original comment by [email protected] on 28 May 2010 at 1:58
The quadrilateral merging code is incomplete, and is not used within Carve at
this point. I'll commit a fix that
stops the compiler complaining, as a temporary solution.
Original comment by [email protected] on 1 Jun 2010 at 3:31