eth-ait / aitviewer

A set of tools to visualize and interact with sequences of 3D data.
MIT License
497 stars 46 forks source link

how to remove checkerboard #42

Closed l1346792580123 closed 9 months ago

l1346792580123 commented 9 months ago

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 9 months ago

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

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