eth-ait/aitviewer

how to remove checkerboard

Closed this issue · 1 comments

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.

You can either uncheck the Floor checkbox in the GUI or do

v = Viewer()
v.scene.floor.enabled = False