mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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 },
|
||||
emitterShouldTrail: true,
|
||||
particleRadius: 0.25,
|
||||
radiusStart: 0,
|
||||
radiusFinish: 0.1,
|
||||
radiusSpread: 0,
|
||||
particleColor: {
|
||||
|
@ -435,7 +434,6 @@ const DEFAULT_ENTITY_PROPERTIES = {
|
|||
},
|
||||
alpha: 0,
|
||||
alphaStart: 1,
|
||||
alphaFinish: 0,
|
||||
alphaSpread: 0,
|
||||
emitAcceleration: {
|
||||
x: 0,
|
||||
|
@ -448,8 +446,6 @@ const DEFAULT_ENTITY_PROPERTIES = {
|
|||
z: 0
|
||||
},
|
||||
particleSpin: 0,
|
||||
spinStart: 0,
|
||||
spinFinish: 0,
|
||||
spinSpread: 0,
|
||||
rotateWithEntity: false,
|
||||
polarStart: 0,
|
||||
|
|
Loading…
Reference in a new issue