Re: Texture3D Bug with Java3D 1.6 pre8 on MacOsX
Posted by
gouessej on
Dec 06, 2013; 12:26pm
URL: https://forum.jogamp.org/Texture3D-Bug-with-Java3D-1-6-pre8-on-MacOsX-tp4030803p4030804.html
Hi
Thank you for the feedback. Please provide a tiny test case. The texture repeat mode is probably badly managed somewhere.
Edit.: Maybe there is a spelling mistake here:
https://github.com/hharrison/java3d-core/blob/master/src/classes/share/javax/media/j3d/JoglPipeline.java#L5487Edit.2: Harvey, please replace GL_TEXTURE_2D by GL_TEXTURE_3D, I'm probably right and MrFreeze will confirm whether it works. It would be fine to provide a build with this fix at least to ensure it works.