From 7c362683f74e0df6597b3f7345487b3d379a741b Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Sun, 27 Nov 2005 20:17:24 +0000 Subject: Added GLCapabilitiesChooser argument (currently ignored) to GLDrawableFactory.createGLPbuffer() based on JSR-231 expert group's feedback. Updated GLJPanel and demos. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@149 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4 --- src/demos/proceduralTexturePhysics/Water.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/demos/proceduralTexturePhysics') diff --git a/src/demos/proceduralTexturePhysics/Water.java b/src/demos/proceduralTexturePhysics/Water.java index 4bf8f14..f29d4a1 100644 --- a/src/demos/proceduralTexturePhysics/Water.java +++ b/src/demos/proceduralTexturePhysics/Water.java @@ -205,6 +205,7 @@ public class Water { throw new GLException("Pbuffers not supported with this graphics card"); } pbuffer = GLDrawableFactory.getFactory().createGLPbuffer(caps, + null, initialMapDimensions[0], initialMapDimensions[1], parentWindow.getContext()); -- cgit v1.2.3