processing/processing
Voir sur GitHubsetVisible() does not work with PShapes3d children created using addChild().
Open
#4 815 ouverte le 6 janv. 2017
help wantedopengl
Métriques du dépôt
- Stars
- (6 431 stars)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
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()?