jzy3d-api
jzy3d-api copied to clipboard
API clarifications
Here we gather feedbacks about the API to clarify it
- [ ]
Quality.Advanced()
instead ofQuality.Advanced
to ensure we have fresh instance - [ ] A comment about Transform, Transformer, SpaceTransform and SpaceTransformer. I found it a little confusing that Transform is a collection of Transformer while SpaceTransform is not a collection of SpaceTransformer but rather the opposite
- [ ] ICanvas.getDebugInfo not implemented everywhere (emulgl). Should return a complete structure also indicating OS, GPU, JVM, Number of threads, etc
- [ ] EmulGLSkin should return AWTMousePick which is still in JOGL : need working on Picking for EmulGL (and selection for EmulGL)
- [ ] Should merge IViewEventListener and IViewPointChangedListener?