Index of /~zilla/Computer/JOGL_GLSL

      Name                    Last modified       Size  Description

[DIR] Parent Directory 03-Aug-2008 16:35 - [TXT] GLSLShaderUtil.java 15-Jul-2006 22:28 6k [TXT] GLSLtryout.java 18-Jul-2006 02:43 1k [TXT] JoglConvolution.java 20-Jul-2006 18:24 9k [TXT] SimpleGLSLListener.java 18-Jul-2006 02:43 7k [TXT] convolve.frag 18-Jul-2006 02:43 1k [TXT] convolve.vert 18-Jul-2006 02:43 1k

GLSLtryout is the main program of a jogl/GLSL image convolve example,
adapted from various code on the web:
- redbook checkers program (gl texture mapping)
- jglmark (jogl/glsl interface)
- http://www.ozone3d.net/tutorials/image_filtering.php (glsl convolve)


you will need to rewrite the image loading code (routine tobyte3)
and use a square power-of-2 texture image.