Back
Noise Sponge Shape - Curv – 3D printable model from Thingiverse Thingiverse

Noise Sponge Shape - Curv

by Torleif
5 Downloads
9 Likes
0 Makes
Download Model
Curv is a programming language for creating art using mathematics. It's a 2D and 3D geometric modelling tool that supports full colour, animation and 3D printing.
https://github.com/doug-moen/curv

//noise sponge shape
let
include file "Textures.curv";
noiseshape =
make_shape {
dist(x,y,z,t) = abs((noise3d(x,y,z)[X])*2 -1 )-0.25;
is_3d = true;
};
in

smooth 0.4 .intersection
(
morph 0.5
Source
Thingiverse
Comments
0

Bewertung

Noch keine Bewertungen

Comments

No comments yet – be the first!
All Thingiverse Models More by Torleif

Similar Models

6 Suggestions

Add to Collection