how to remove checkerboard
Closed this issue · 1 comments
l1346792580123 commented
Thanks for your great work! I am able to render meshes successfully. While the rendered image contains the checkerboard. I wonder if there is a way to remove the checkerboard.
kaufManu commented
You can either uncheck the Floor checkbox in the GUI or do
v = Viewer()
v.scene.floor.enabled = False