We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Here a made-up examples for different levels.
Thinking about it, having level and max_level probably doesn't make sense. Only level, but up to that.
level
max_level
Sorry, something went wrong.
No branches or pull requests
I think it would be nice to plot a certain level of the OcTree,
or up to a certain level
Not sure how straight forward it is to implement though.
The text was updated successfully, but these errors were encountered: