Skip to content

TorturedBlob

Download Installer

This Fuse is based on the Shadertoy 'TorturedBlob' by roywig. © roywig (CC BY-NC-SA 3.0). Conversion to DCTL and encapsulation into a fuse done by JiPi. See Blob for more fuses in this category.

TorturedBlob Thumbnail

A classic blob with a lot of deformations.

screenshot

A nice example of the use of the mat3

 //**** mat3 ****
 typedef struct
  {
  float3 r0, r1, r2;
  } mat3;

Have fun