mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 14:02:57 +02:00
remove selected particle property defaults
This commit is contained in:
parent
b92beca7d1
commit
937aa718ae
1 changed files with 0 additions and 4 deletions
|
@ -420,7 +420,6 @@ const DEFAULT_ENTITY_PROPERTIES = {
|
||||||
emitOrientation: { x: 0, y: 0, z: 0, w: 1 },
|
emitOrientation: { x: 0, y: 0, z: 0, w: 1 },
|
||||||
emitterShouldTrail: true,
|
emitterShouldTrail: true,
|
||||||
particleRadius: 0.25,
|
particleRadius: 0.25,
|
||||||
radiusStart: 0,
|
|
||||||
radiusFinish: 0.1,
|
radiusFinish: 0.1,
|
||||||
radiusSpread: 0,
|
radiusSpread: 0,
|
||||||
particleColor: {
|
particleColor: {
|
||||||
|
@ -435,7 +434,6 @@ const DEFAULT_ENTITY_PROPERTIES = {
|
||||||
},
|
},
|
||||||
alpha: 0,
|
alpha: 0,
|
||||||
alphaStart: 1,
|
alphaStart: 1,
|
||||||
alphaFinish: 0,
|
|
||||||
alphaSpread: 0,
|
alphaSpread: 0,
|
||||||
emitAcceleration: {
|
emitAcceleration: {
|
||||||
x: 0,
|
x: 0,
|
||||||
|
@ -448,8 +446,6 @@ const DEFAULT_ENTITY_PROPERTIES = {
|
||||||
z: 0
|
z: 0
|
||||||
},
|
},
|
||||||
particleSpin: 0,
|
particleSpin: 0,
|
||||||
spinStart: 0,
|
|
||||||
spinFinish: 0,
|
|
||||||
spinSpread: 0,
|
spinSpread: 0,
|
||||||
rotateWithEntity: false,
|
rotateWithEntity: false,
|
||||||
polarStart: 0,
|
polarStart: 0,
|
||||||
|
|
Loading…
Reference in a new issue