Updated Sphere (markdown)
parent
24bceed116
commit
c06d825aa2
11
Sphere.md
11
Sphere.md
@ -1,9 +1,8 @@
|
|||||||
## Sphere
|
### Vectors
|
||||||
|
`sphere with radius %number% and density %number%`
|
||||||
|
### Locations
|
||||||
|
`sphere at %location% with radius %number% and density %number%`
|
||||||
|
|
||||||
![](https://i.imgur.com/trB8zrH.png)
|
![](https://i.imgur.com/trB8zrH.png)
|
||||||
|
|
||||||
Creates a list of locations or vectors in the shape of a sphere. The sphere is formed by a series of circles with different diameters. The radius and the density determine the amount of points: `points = (radius * PI * density)^2`
|
Creates a list of locations or vectors in the shape of a sphere. The sphere is formed by a series of circles with different diameters. The radius and the density determine the amount of points: `points = (radius * PI * density)^2`
|
||||||
|
|
||||||
### Vector Syntax
|
|
||||||
`sphere with radius %number% and density %number%`
|
|
||||||
### Location Syntax
|
|
||||||
`sphere at %location% with radius %number% and density %number%`
|
|
||||||
|
Loading…
Reference in New Issue
Block a user