remove selected particle property defaults

This commit is contained in:
David Back 2019-01-02 18:22:55 -08:00
parent b92beca7d1
commit 937aa718ae

View file

@ -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,