- /
-
Turbo Flower
on 20 Oct 2021
- 6
- 24
- 1
- 0
- 246
f=@(x,y,z)100-7/(sqrt(x^2+y^2))+sin(sqrt(x^2+y^2))+sqrt(200-(x^2+y^2)+10*(sin(x)+sin(y)))/15-z;
figure(Color='#398062')
fimplicit3(f,[-15 15 -15 15 90 101],'EdgeC','n');
colormap turbo;
material dull
lighting gouraud
light(Pos=[1 -3 1])
axis off
view(35,45)