Here's some performance measures, with the object size on x and render time in seconds on the y. I have a Notebook about it.
The obvious solution is of course to just flip the DataObject.surface and do the necessary minus, rotation and flipping operations in Python, and do none of these 3D operations.
PS. maybe it shouldn't be conceptualized as "the inverse", but "the complement" instead.
This OpenSCAD program takes about 35 minutes to render on my MBA for an object of size 250. That's ridiculous.
Here's some performance measures, with the object size on x and render time in seconds on the y. I have a Notebook about it.
The obvious solution is of course to just flip the
DataObject.surface
and do the necessary minus, rotation and flipping operations in Python, and do none of these 3D operations.PS. maybe it shouldn't be conceptualized as "the inverse", but "the complement" instead.