跳跃的心脏

 

Export["c:\\a.gif", 
 Table[ContourPlot3D[(x^2 + (9/4 + t) y^2 + (1 - 0.02 t) z^2 - 1)^3 - 
     x^2 z^3 - 9/80 y^2 z^3 == 0, {x, -1.15, 1.15}, {y, -1, 
    1}, {z, -1.3, 1.3}, Mesh -> None, Boxed -> False, Axes -> None, 
   ContourStyle -> Directive[Red], BoundaryStyle -> None, 
   PlotPoints -> 50], {t, 0, 2, 0.4}]]

相关文章:

  • 2022-12-23
  • 2021-09-07
  • 2022-01-01
  • 2021-09-27
  • 2022-12-23
  • 2021-05-08
  • 2018-11-07
猜你喜欢
  • 2022-12-23
  • 2021-10-18
  • 2021-12-24
  • 2021-08-06
  • 2021-07-04
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案