mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Changes to source and XML for 2.0 Beta Reference
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user