diff options
author | Sven Gothel <[email protected]> | 2010-03-28 01:52:29 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-03-28 01:52:29 +0100 |
commit | d3e818ea8b7c3f45ed4cfac7b0e7d3bd24f956e5 (patch) | |
tree | 6ce99febee12fb7c32967d46310e43faaa0d820c /src/demos/readbuffer/ReadBuffer2Screen.java | |
parent | f9e14975725cd3df3f792260bad9197a08d4a67f (diff) | |
parent | 0d46fa3091e40271ba2247f6c4236cb2358f5151 (diff) |
Merge branch 'master' of github.com:mbien/jogl-demos
Diffstat (limited to 'src/demos/readbuffer/ReadBuffer2Screen.java')
-rwxr-xr-x | src/demos/readbuffer/ReadBuffer2Screen.java | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/demos/readbuffer/ReadBuffer2Screen.java b/src/demos/readbuffer/ReadBuffer2Screen.java index 4d10fcc..39a4a27 100755 --- a/src/demos/readbuffer/ReadBuffer2Screen.java +++ b/src/demos/readbuffer/ReadBuffer2Screen.java @@ -37,16 +37,16 @@ import java.nio.*; import javax.media.opengl.*; import javax.media.opengl.fixedfunc.*; -import com.sun.opengl.util.*; -import com.sun.opengl.util.glsl.fixedfunc.*; +import com.jogamp.opengl.util.*; +import com.jogamp.opengl.util.glsl.fixedfunc.*; import javax.media.opengl.fixedfunc.GLPointerFunc; -import com.sun.opengl.util.texture.Texture; -import com.sun.opengl.util.texture.TextureData; -import com.sun.opengl.util.texture.TextureCoords; -import com.sun.opengl.util.GLArrayDataClient; -import com.sun.opengl.util.GLArrayDataServer; -import com.sun.opengl.util.BufferUtil; +import com.jogamp.opengl.util.texture.Texture; +import com.jogamp.opengl.util.texture.TextureData; +import com.jogamp.opengl.util.texture.TextureCoords; +import com.jogamp.opengl.util.GLArrayDataClient; +import com.jogamp.opengl.util.GLArrayDataServer; +import com.jogamp.opengl.util.BufferUtil; public class ReadBuffer2Screen extends ReadBufferBase { PMVMatrix pmvMatrix; |