diff options
author | Sven Gothel <[email protected]> | 2023-10-03 04:12:23 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-10-03 04:12:23 +0200 |
commit | 3b994439acd0c001b64e96634636026f11af619c (patch) | |
tree | fd1857dcea51b240e2fbf66f4651b4cc9886b863 /src/jogl/classes/jogamp/graph/curve/opengl/VBORegionSPES2.java | |
parent | 4fd725b1cd4bf4d9f1bd3a20e3b23784485c3751 (diff) |
TextureSequence.setTexCoordBBox(): Add 'verbose' parameter for debug output instead hard coded branch
Diffstat (limited to 'src/jogl/classes/jogamp/graph/curve/opengl/VBORegionSPES2.java')
-rw-r--r-- | src/jogl/classes/jogamp/graph/curve/opengl/VBORegionSPES2.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jogl/classes/jogamp/graph/curve/opengl/VBORegionSPES2.java b/src/jogl/classes/jogamp/graph/curve/opengl/VBORegionSPES2.java index 634b53fe2..2514f4a1e 100644 --- a/src/jogl/classes/jogamp/graph/curve/opengl/VBORegionSPES2.java +++ b/src/jogl/classes/jogamp/graph/curve/opengl/VBORegionSPES2.java @@ -90,7 +90,7 @@ public final class VBORegionSPES2 extends GLRegion { vpc_ileave.seal(gl, true); vpc_ileave.enableBuffer(gl, false); if( hasColorTexture && null != gcu_ColorTexUnit && colorTexSeq.isTextureAvailable() ) { - TextureSequence.setTexCoordBBox(colorTexSeq.getLastTexture().getTexture(), box, isColorTextureLetterbox(), colorTexBBox); + TextureSequence.setTexCoordBBox(colorTexSeq.getLastTexture().getTexture(), box, isColorTextureLetterbox(), colorTexBBox, false); } indicesBuffer.seal(gl, true); indicesBuffer.enableBuffer(gl, false); |