jzy3d-api icon indicating copy to clipboard operation
jzy3d-api copied to clipboard

A Java API for 3d and 2d charts

Results 71 jzy3d-api issues
Sort by recently updated
recently updated
newest added

[BasicVisualizationDemo](https://github.com/jzy3d/jzy3d-api/blob/feature/orderIndependentTransparency/jzy3d-tutorials/src/main/java/org/jzy3d/demos/volume/BasicVolumeDemo.java#L28) uses a ColorMapRainbow. ![05756a82-b425-4506-894a-8d4d94667a38](https://user-images.githubusercontent.com/2334960/145842362-ff183b11-56cc-49d3-a715-f492d53bea6d.png) It appears to be used on only 2/3 of the color space : ![fca24db6-96d4-46ed-9b65-3e7de5aae1b5](https://user-images.githubusercontent.com/2334960/145842513-251cf06e-5c5d-4069-9013-56b300697092.png) This occurs on - Ubuntu 20 + Dell Optiflex (Intel Iris)...

bug

Maven allows you to run the compiler as a separate process by setting `true`. This feature can lead to much less garbage collection and make Maven build faster. This project...

**Describe the bug** The GitHub "Custom issue template" has a placeholder description. Would be good to replace it: https://github.com/jzy3d/jzy3d-api/blob/c89d189b2218a7d1b044df41daf9ad64baabd429/.github/ISSUE_TEMPLATE/custom.md#L3 **Screenshots** ![Issue type selection](https://user-images.githubusercontent.com/11685886/131184091-1db381f3-6a35-4474-bc97-be1119988166.png) **Additional context** The question is also how...

In the below picture, the polygons are made of 4 points. OpenGL split the polygon in two triangle by itself but the two triangle do not have particular instruction for...

bug

See project Lanai in JDK 17, as of September 21 - https://wiki.openjdk.java.net/display/lanai/Main - https://openjdk.java.net/jeps/382 - https://github.com/openjdk/jdk/pull/2403

release

**Describe the bug** Function bindImageView() in JavaFxChartFactory throws ClassCastException: class org.jzy3d.chart.controllers.mouse.camera.AWTCameraMouseController cannot be cast to class org.jzy3d.javafx.controllers.mouse.JavaFXCameraMouseController **Screenshots** ![image](https://user-images.githubusercontent.com/31033536/119094953-dee02380-ba3b-11eb-8b91-6c88187ecafb.png) **Reproducibility** Run the code in jzy3d-api/jzy3d-native-jogl-javafx/src/main/java/org/jzy3d/demos/javafx/DemoJzy3dFX.java **Versions (please complete the following...

bug

Here we gather feedbacks about the API to clarify it - [ ] `Quality.Advanced()` instead of `Quality.Advanced` to ensure we have fresh instance - [ ] A comment about Transform,...

In case of running on HiDPI/Retina hardware and Java > 8, picking only work properly if `Quality.setPreserveViewportSize(true)`, otherwise the picked object is not the one under mouse (mouse picking not...

bug