首页 > 文档 > sphere() 球
2017
07-09

sphere() 球

名称:sphere()

 

例子:

sphere() 球 - 第1张  | Processing编程艺术

noStroke();
lights();
translate(58, 48, 0);
sphere(28);

描述:

球形是由镶嵌三角形制成的空心球。

 

语法:sphere(r)

 

参数:r float: the radius of the sphere float:球的半径

 

返回:void

 

相关:sphereDetail()

 



最后编辑:
作者:Hewes
这个作者貌似有点懒,什么都没有留下。

留下一个回复

你的email不会被公开。