WhyEngine

柱面正弦曲线

#http://www.mathcurve.com/courbes3d/couronnetangentoidale/couronnetangentoidale.shtml

vertices = 12000

t = from 0 to (20*PI)

a = 10
b = rand2(1, 10)
n = rand2(0.5, 10)
 
x = a*cos(t)
y = a*sin(t)
z = b*cos(n*t)

 

 

分类:

技术点:

相关文章:

  • 2021-10-27
  • 2022-01-18
  • 2021-10-15
  • 2021-10-15
  • 2021-09-10
  • 2022-01-21
  • 2022-01-10
猜你喜欢
  • 2021-11-15
  • 2021-09-27
  • 2021-10-15
  • 2021-10-15
  • 2021-09-22
  • 2021-10-15
  • 2021-10-15
相关资源
相似解决方案