Martin Pernollet

Results 58 issues of Martin Pernollet

The below piece of code is trying to integrate the equation $\frac{2 t^{2}}{t^{3} + 1}$ Which yields to $\frac{2 \log{\left(t^{3} + 1 \right)}}{3}$ Whereas it should yield to $\frac{2 \log{|t^{3}...

Currently, some specific code is required when handling 2D overlays with JOGL (native) and EmulGL charts. | IViewOverlay impl | JOGL : AWTNativeViewOverlay) | EmulGL : EmulGLViewOverlay | |---------------------|---------------------|---------------------| |...

enhancement

Here : http://maven.jzy3d.org/releases/org/smurn/ Based on this tiny edition : https://github.com/jzy3d/jPLY/commit/8bc38f3568c44c495fa41ba4393782a694ade0e3

Verify all integration tests in Jzy3D run properly. Also check the status of some known problem - JavaFX Newt canvas not resizing - https://github.com/jzy3d/jzy3d-api/issues/257 - https://github.com/jzy3d/jzy3d-api/issues/210

jogl

**Describe the bug** Running BasicVolumeDemo yield to `glGetError() returned the following error codes after a call to glBindTexture( 0x806F, 0x1): GL_INVALID_OPERATION ( 1282 0x502), ` At Texture3D.bind() **Versions (please complete...

bug

Thanks for this tool! I suggest to change documentation to inform the user that it is better to let this installer download and build LLVM with `export LLVM_BUILD=1`. It took...

Thank you for sharing this @caramelli and @davidak. ``` $ make cc -Wall fb_mandelbrot.c -o fb_mandelbrot -g -O2 cc -Wall fb_rectangle.c -o fb_rectangle -g -O2 cc -Wall fb_sierpinski.c -o fb_sierpinski...

Thanks for your cheatsheet! You say that "_In pre-Java 9 world any public class was available everywhere and could be used by any other class_". Preventing access to a class...