Martin Pernollet

Results 66 comments of Martin Pernollet

Hi @astridyu , did the `2.0.1-SNAPSHOT` version fixed your error?

There is something weird in your configuration with a reference to maven module jzy3d-api:1.0.3-SNAPSHOT. This module has disappeared as of 2.0. Also, if you are willing to work with the...

The method really is [part of the API in 2.0.0](https://github.com/jzy3d/jzy3d-api/blob/2.0.0/jzy3d-core/src/main/java/org/jzy3d/chart/factories/ChartFactory.java#L70) (and 2.0.1). [This fix](https://stackoverflow.com/a/28331980/229513) looks weird but is worth trying. Maybe Eclipse did no rebuilt things since you remove references...

I haven't done this. Reading the [discussion you mentioned](https://github.com/jzy3d/jzy3d-api/issues/89) shows that the proposal finally was implemented somewhere else. The Maven Jar Plugin is already in the main pom file. Maybe...

Great you explore this @valb3r and many thanks for making your results clear and readable. I am not sure tile caching is worth for plotting : as discussed (a bit)...

"_Polygon are not visible behind the translucent parts of the volume_" : this can be fixed by rendering the polygon first AND then the volume, which can be done by...

See here an example of mixing volume and legacy polygons https://forum.jogamp.org/TextRender-only-work-after-reshape-with-GL-TEXTURE2-binding-td4041609.html#a4041621

Someone suggested > I _think_ the shader code warning comes because of an ordering issue around when the glsl code is loaded and when the textures are init'd (so the...

Relates to https://github.com/jzy3d/jzy3d-api/issues/298