mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 14:44:39 +02:00
smoke tweaks
This commit is contained in:
parent
728612f9a7
commit
9a108c298f
1 changed files with 4 additions and 4 deletions
|
@ -86,11 +86,11 @@
|
|||
var smokeSettings = {
|
||||
type: "ParticleEffect",
|
||||
position: smokeTrailPosition,
|
||||
lifespan: 1.6,
|
||||
lifespan: 4,
|
||||
lifetime: 20,
|
||||
name: "Smoke Trail",
|
||||
maxParticles: 3000,
|
||||
emitRate: 50,
|
||||
emitRate: 80,
|
||||
emitSpeed: 0,
|
||||
speedSpread: 0,
|
||||
dimensions: {
|
||||
|
@ -115,8 +115,8 @@
|
|||
radiusSpread: 0.001,
|
||||
particleRadius: 0.06,
|
||||
radiusStart: 0.06,
|
||||
radiusFinish: 0.2,
|
||||
alpha: 0.7,
|
||||
radiusFinish: 0.6,
|
||||
alpha: 0.5,
|
||||
alphaSpread: 0,
|
||||
alphaStart: 0,
|
||||
alphaFinish: 0,
|
||||
|
|
Loading…
Reference in a new issue