Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 537 Bytes

TorturedBlob.md

File metadata and controls

18 lines (13 loc) · 537 Bytes

TorturedBlob.fuse

Based on 'TorturedBlob' by roywig and ported by JiPi. A classic blob with a lot of deformations. Tested under Cuda and OpenCL, test under metal is pending

screenshot

A nice example of the use of the mat3

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

Have fun