Open
Description
Describe the bug
Running BasicVolumeDemo yield to
glGetError() returned the following error codes after a call to glBindTexture(<int> 0x806F, <int> 0x1): GL_INVALID_OPERATION ( 1282 0x502),
At Texture3D.bind()
Versions (please complete the following information):
- Jzy3D : 2.2.1-SNAPSHOT + JOGL 2.4.0-rc4
- JVM / JDK: any
- GPU: any
- OS: any
- Currently working on macOS 11+AppleM1, but issue reproduced on Windows 10, macOs 10.12
Additional context
Reproduced
- Bug NOT happening on jzy3d 1.0.3, when @jacobfilik pushed it.
- Bug happening on jzy3d 2.0 (May 2021), 2.1, Surprising since it did not occur in December 2021 (Volume Rendering : colormap is not used on the complete color range #220)