Feat: Data Driven Particles
outercloudstudio opened this issue ยท 0 comments
Dynamic Value API:
Random Weighted Values
{
"random": [
{
"result": 5,
"weight": 1
},
{
"result": {
"min": 1,
"max": 10
},
"weight": 2
}
]
}
Random Uniform Values
{
"min": 1,
"max": 10
}
Movement Types
Wander
Smoothly moves particle randomly around.
Linear
Moves particle and a specified direction straight