Index of /~zilla/Computer/JOGL_GLSL
Name Last modified Size Description
Parent Directory 03-Aug-2008 16:35 -
GLSLShaderUtil.java 15-Jul-2006 22:28 6k
GLSLtryout.java 18-Jul-2006 02:43 1k
JoglConvolution.java 20-Jul-2006 18:24 9k
SimpleGLSLListener.java 18-Jul-2006 02:43 7k
convolve.frag 18-Jul-2006 02:43 1k
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.