Curve nodes support Molang values, but snowstorm either refuses to display these particles completely, or wipes the values to a number array.
example of valid syntax:
"curves": {
"variable.asdf": {
"type": "linear",
"input": "v.particle_age",
"horizontal_range": "v.particle_lifetime",
"nodes": [0, variable.zxcv, 0]
}
},
I have not tested this with bezier chain which uses a different node syntax.
Curve nodes support Molang values, but snowstorm either refuses to display these particles completely, or wipes the values to a number array.
example of valid syntax:
I have not tested this with bezier chain which uses a different node syntax.