Open adbrown85 opened 11 years ago
Could do a lot with just groups being the only node that could be hidden. In the example below my-group-hider effectively keeps my-group from being drawn. However, my-group can still be drawn by instantiating it with an instance node.
<group id="my-group-hider" hidden="true"> <group id="my-group"> <cube /> <square /> </group> </group>
Could do a lot with just groups being the only node that could be hidden. In the example below my-group-hider effectively keeps my-group from being drawn. However, my-group can still be drawn by instantiating it with an instance node.