CgalKernel halfspace handling: orientation is on face not plane

This commit is contained in:
Thomas Krijnen
2023-12-11 21:00:32 +01:00
parent a62aefa7ff
commit c7a2abdf2d
+1 -1
View File
@@ -1868,7 +1868,7 @@ bool CgalKernel::convert_impl(const taxonomy::boolean_result::ptr br, Conversion
});
double wmin, wmax;
if (p.orientation.get_value_or(true)) {
if (face->orientation.get_value_or(false)) {
wmin = 0.;
wmax = uvw_max[2] + eps;
} else {