Noise Sponge Shape Curv

モデル制作者
Gravatar image
loading...
Model Description
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
(
sphere 10 ,
cube 10>>offset 1>>rotate {angle:45*deg,axis:[1,1,1]}
),
noiseshape
)
モデル制作者について
Gravatar image
No uploads
承認されたプロフィール