building destruction particles
This commit is contained in:
parent
dba09165e8
commit
afc0aab441
127 changed files with 27285 additions and 240 deletions
|
|
@ -0,0 +1,11 @@
|
|||
## Configuration options for using VoronoiGenerator
|
||||
extends Object
|
||||
|
||||
class_name VoronoiGeneratorConfig
|
||||
|
||||
# The seed influencing sample point placement
|
||||
var random_seed: int
|
||||
# The number of samples to intersperse in the AABB
|
||||
var num_samples: int
|
||||
# (optional) A 3D texture to finely control the seed placement
|
||||
var texture: Texture3D
|
||||
Loading…
Add table
Add a link
Reference in a new issue