jzy3d-api
jzy3d-api copied to clipboard
A Java API for 3d and 2d charts
While adapting an example to jGL i noticed that the function `glHint` is missing like in the following example: ` gl.glHint(GL.GL_PERSPECTIVE_CORRECTION_HINT, gl.GL_NICEST);` as these are provider specific hints (see https://www.khronos.org/registry/OpenGL-Refpages/gl4/html/glHint.xhtml)...
When running BasicVolumeDemo, a warning is displayed at GLSL program validation step. It is not a blocker but it is worth mentioning it due to #220 and #221 #### Ubuntu...
One can't mix colored polygons with volume properly - Polygon render black - Polygon are not visible behind the translucent parts of the volume ### macOS 10.12 ### Ubuntu 20.04...
# On Ubuntu 20, MacOS 10.15 Opens, but mouse event processing is very slow (a Jzy3D camera rotation triggered with mouse continue long time after one release the mouse button....
All integration tests involving {WT.EmulGL_AWT, HiDPI.ON} in jzy3d-tests-java9 are failing. This is **only for offscreen** charts. Manually opening a chart in a window shows that HiDPI is still working properly....
Detected while running `mvn install -Pintegration-tests` on jzy3d-tests-java9.
When double clicking to start rotation, does a first rotation iteration and then stop rotating (but thread continues working). When double clicking again to stop rotation : ``` Exception in...
This bug prevent from setting up an integration test for depth peeling. When using screenshots for testing, screenshot provides a white image. There is an error in console saying `Info:...