Skip to content
New issue

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

Model:setNodeVisibility #836

Open
bjornbytes opened this issue Jan 31, 2025 · 0 comments
Open

Model:setNodeVisibility #836

bjornbytes opened this issue Jan 31, 2025 · 0 comments
Labels

Comments

@bjornbytes
Copy link
Owner

It would be nice to have a way to hide certain nodes from being drawn. You can currently hack it by setting the scale, but this still does the draw call and shades the vertices.

Model:setNodeVisibility would hide the node in a way that skips it during rendering. Need to decide whether hiding a node also hides its children or not (or if there is a recursive parameter).

@bjornbytes bjornbytes added the feature yay label Jan 31, 2025
@bjornbytes bjornbytes added the v0.19.0 omg label Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant