Changes to source and XML for 2.0 Beta Reference

This commit is contained in:
Casey Reas
2012-09-06 21:47:02 +00:00
parent bead3f7b1e
commit 58495bcdfa
5 changed files with 125 additions and 24 deletions
@@ -1,9 +1,10 @@
/**
* Deform
* Deform.
*
* A GLSL version of the oldschool 2D deformation effect, by Inigo Quilez.
* Ported from the webGL version available in ShaderToy:
* http://www.iquilezles.org/apps/shadertoy/
* (look for Deform under the Plane Deformations Presets)
* (Look for Deform under the Plane Deformations Presets)
*
*/
@@ -1,13 +1,14 @@
/**
* Monjori
* Monjori.
*
* GLSL version of the 1k intro Monjori from the demoscene
* (http://www.pouet.net/prod.php?which=52761)
* Ported from the webGL version available in ShaderToy:
* http://www.iquilezles.org/apps/shadertoy/
* (look for Monjori under the Plane Deformations Presets)
* (Look for Monjori under the Plane Deformations Presets)
*/
PShader monjori;
PShader monjori;
void setup() {
size(640, 360, P2D);
@@ -1,5 +1,6 @@
/**
* Nebula
* Nebula.
*
* From CoffeeBreakStudios.com (CBS)
* Ported from the webGL version in GLSL Sandbox:
* http://glsl.heroku.com/e#3265.2