TorturedBlob¶
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.
A classic blob with a lot of deformations.
A nice example of the use of the mat3
//**** mat3 ****
typedef struct
{
float3 r0, r1, r2;
} mat3;
Have fun