mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-22 13:49:30 +02:00
added lifetime to water particle effect
This commit is contained in:
parent
5245b6f7be
commit
377d89e9d6
1 changed files with 2 additions and 1 deletions
|
@ -156,6 +156,7 @@
|
||||||
},
|
},
|
||||||
maxParticles: 20000,
|
maxParticles: 20000,
|
||||||
lifespan: 2,
|
lifespan: 2,
|
||||||
|
lifetime: 10000,
|
||||||
emitRate: 2000,
|
emitRate: 2000,
|
||||||
emitSpeed: .3,
|
emitSpeed: .3,
|
||||||
speedSpread: 0.1,
|
speedSpread: 0.1,
|
||||||
|
|
Loading…
Reference in a new issue