- /
-
An ordinary egg.
on 9 Oct 2021
- 20
- 99
- 6
- 0
- 278
figure(Color='k');
f=@(x,y,z) (x/1).^2+(y.^2+z.^2)./(0.8*(1-x)/2*1+0.6*(1+x)/2*1).^2-1;
fimplicit3(f,FaceC=[0.96 0.64 0.38],EdgeC='none',AmbientStrength=0.5,SpecularExponent=20,SpecularStrength=0.7)
axis equal off
view(30,60)
light(Position=[.5 -1 .4],Color=[.98 .98 .82]);
material dull