processing/processing
在 GitHub 查看setVisible() does not work with PShapes3d children created using addChild().
Open
#4,815 建立於 2017年1月6日
help wantedopengl
倉庫指標
- Star
- (6,431 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
Extensive information with examples are in the forum under https://forum.processing.org/two/discussion/18965/setvisible
If I use addName() instead of addChild(), then setVisbile() works fine but using the Name is 10-20 times slower than using Child(int). What would it take to fix the setVisible to work with child elements added using addChild()?