You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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 arecursive
parameter).The text was updated successfully, but these errors were encountered: