The holes also happen in preview mode if the imported objects have
complex curves. Sometimes increasing the convexity parameter of the
import will help:
import("myfile.stl", convexity=20);
This will slow down the rendering a little, but it fixes up sight line
intersection problems.
The holes also happen in preview mode if the imported objects have
complex curves. Sometimes increasing the convexity parameter of the
import will help:
import("myfile.stl", convexity=20);
This will slow down the rendering a little, but it fixes up sight line
intersection problems.
- David