sphere#
创建一个球体#
图块代码
javascript
jih_doc.sphere(op, radius, color)
python
jih_doc.sphere(op, radius, color)
npl
jih_doc:sphere(op, radius, color)
参数#
参数 |
类型 |
默认值 |
说明 |
---|---|---|---|
op |
string |
“union” |
|
radius |
number |
1 |
|
color |
string |
“#ffc658” |
示例#
jih_doc.sphere("union", 1, "#ffc658")
jih_doc.sphere("union", 1, "#ffc658")
jih_doc:sphere("union", 1, "#ffc658")