- /
-
Easter Egg 2
on 5 Oct 2021
- 7
- 50
- 13
- 0
- 214
figure('Color',[0.5 1 0.4]);
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,FaceColor='interp',EdgeColor='interp',MeshDensity=60,FaceAlpha=0.6);
axis equal off
colormap spring
view(30,60)