OcTree: Plot grid for certain level
prisae opened this issue · comments
I think it would be nice to plot a certain level of the OcTree,
mesh.plotGrid(level=2)
or up to a certain level
mesh.plotGrid(max_level=3)
Not sure how straight forward it is to implement though.