mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 05:23:09 +02:00
color cloud adjustment
This commit is contained in:
parent
d2a815176b
commit
4e052dca61
1 changed files with 15 additions and 15 deletions
|
@ -125,13 +125,13 @@ function createCloud(position) {
|
||||||
"position": position,
|
"position": position,
|
||||||
"isEmitting": true,
|
"isEmitting": true,
|
||||||
"maxParticles": 10000,
|
"maxParticles": 10000,
|
||||||
"lifespan": 2,
|
"lifespan": 3,
|
||||||
"emitRate": 1000,
|
"emitRate": 2000,
|
||||||
"emitSpeed": 0.025,
|
"emitSpeed": 0.025,
|
||||||
"speedSpread": 0,
|
"speedSpread": 0,
|
||||||
"emitDimensions": {
|
"emitDimensions": {
|
||||||
x: 1,
|
x: boxDimensions.x,
|
||||||
y: 1,
|
y: boxDimensions.x,
|
||||||
z: 0.1
|
z: 0.1
|
||||||
},
|
},
|
||||||
"emitRadiusStart": 1,
|
"emitRadiusStart": 1,
|
||||||
|
@ -145,27 +145,27 @@ function createCloud(position) {
|
||||||
"z": 0
|
"z": 0
|
||||||
},
|
},
|
||||||
"particleRadius": 0.04,
|
"particleRadius": 0.04,
|
||||||
"radiusSpread": 0,
|
"radiusSpread": 0.02,
|
||||||
"radiusStart": 0.04,
|
"radiusStart": 0.04,
|
||||||
radiusFinish: 0.04,
|
radiusFinish: 0.04,
|
||||||
"colorStart": {
|
"colorStart": {
|
||||||
"red": 0,
|
"red": 40,
|
||||||
"green": 0,
|
"green": 40,
|
||||||
"blue": 255
|
"blue": 100
|
||||||
},
|
},
|
||||||
color: {
|
color: {
|
||||||
red: 100,
|
red: 40,
|
||||||
green: 100,
|
green: 40,
|
||||||
blue: 200
|
blue: 100
|
||||||
},
|
},
|
||||||
"colorFinish": {
|
"colorFinish": {
|
||||||
"red": 200,
|
"red": 40,
|
||||||
"green": 200,
|
"green": 40,
|
||||||
"blue": 255
|
"blue": 100
|
||||||
},
|
},
|
||||||
"alpha": 1,
|
"alpha": 1,
|
||||||
"alphaSpread": 0,
|
"alphaSpread": 0,
|
||||||
"alphaStart": 0,
|
"alphaStart": 0.3,
|
||||||
"alphaFinish": 0,
|
"alphaFinish": 0,
|
||||||
"emitterShouldTrail": true,
|
"emitterShouldTrail": true,
|
||||||
"textures": "https://hifi-public.s3.amazonaws.com/alan/Particles/Particle-Sprite-Smoke-1.png"
|
"textures": "https://hifi-public.s3.amazonaws.com/alan/Particles/Particle-Sprite-Smoke-1.png"
|
||||||
|
|
Loading…
Reference in a new issue