Updated RandomSphere (markdown)
parent
c2315910a6
commit
24bceed116
@ -1,8 +1,8 @@
|
|||||||
|
### Vectors
|
||||||
|
`random sphere with radius %number% and density %number%`
|
||||||
|
### Locations
|
||||||
|
`random sphere at %location% with radius %number% and density %number%`
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Creates a list of locations or vectors in the shape of a sphere. The points are randomly distributed on the sphere surface. 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 points are randomly distributed on the sphere surface. The radius and the density determine the amount of points: `points = (radius * PI * density)^2`
|
||||||
|
|
||||||
### Vector Syntax
|
|
||||||
`random sphere with radius %number% and density %number%`
|
|
||||||
### Location Syntax
|
|
||||||
`random sphere at %location% with radius %number% and density %number%`
|
|
Loading…
Reference in New Issue
Block a user