summaryrefslogtreecommitdiffstats
path: root/src/demos/proceduralTexturePhysics
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2005-11-27 20:17:24 +0000
committerKenneth Russel <[email protected]>2005-11-27 20:17:24 +0000
commit7c362683f74e0df6597b3f7345487b3d379a741b (patch)
tree63d59c6758f15a63a75571a7380986a25c791074 /src/demos/proceduralTexturePhysics
parent21329712dd03066ede7b9f7dd5975f11bcd9ccac (diff)
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
Diffstat (limited to 'src/demos/proceduralTexturePhysics')
-rw-r--r--src/demos/proceduralTexturePhysics/Water.java1
1 files changed, 1 insertions, 0 deletions
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());