by acolubri
GLGraphics is a library for the Processing programming language that offers a number of classes to simplify the handling of OpenGL textures, GLSL shaders and off-screen rendering inside Processing.
http://users.design.ucla.edu/~acolubri/processing/glgraphics/home/index.html
acolubri committed revision 108 to the GLGraphics SVN repository, changing 24 files
Added GLCamera and GLModel classes Added SwarmingPoints example to show use of GLCamera and GLModel MouseInvert example added. Added GLFramebufferObject class, plus some special methods in GLState to provide more flexibility when dealing with FBOs. Fixed ...
* Context sharing reworked and tested. * Added the new GLTextureWindow class, that allows to have a secondary openGL output window, sharing textures and other openGL resources with the main GLGraphics renderer. * Updated Offscreen example to work with ...
* Multisampled off-screen rendering contributed by Ilias Bergstrom. * Better handling of shader files: now their location can be specified relative to the location of the filter xml file. * Minor change in the order glPopMatrix and glMatrixMode are ...
This version fixes a bug when using quad strips in the compiled grids, and also adds support for geometry shaders. It is compiled with JDK 1.5, this should solve the incompatibility problems that some users were experiencing.
Fixed the viewport bug in the off-screen mode.
Corrected bug in the assignment of values to the texture offset uniform. Compiled with Java 1.5 as target
New texture filter parameter mechanism: It supports arbitrary number of parameters. They can be accessed by name or index.
* compatible with the API and renderer changes in Processing 0149+ * the default texture filtering mode is now set to linear. * texture parameters can also be specified when loading image files from disk.
* compatible with the API and renderer changes in Processing 0149+ * the default texture filtering mode is now set to linear. * texture parameters can also be specified when loading image files from disk.
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use