We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexDiscussionExhibition › Trippy Plane Deformation
Page Index Toggle Pages: 1
Trippy Plane Deformation (Read 801 times)
Trippy Plane Deformation
Aug 14th, 2009, 11:03am
 
Plane Deformation Demo Effect:

http://luis.net/projects/processing/deformation/

.........
.........

The same sketch was used to generate these variations, but with different formulas and textures.  The effect is animated and should run well on slow computers.  You can make other effects by changing the values of u and v.   What other effects can you make

Code:
      // hot magma swirl
     u = 0.5*(a)/PI;
     v = sin(2*r);

Textures:

http://luis.net/projects/processing/deformation/data/

Reference Article:

http://iquilezles.org/www/material/deform/deform.htm

Page Index Toggle Pages: 1