This commit is contained in:
ericrius1 2015-12-21 12:47:31 -08:00
parent b89e25f8f7
commit 4b4fe96b64
2 changed files with 8 additions and 7 deletions

View file

@ -65,19 +65,19 @@
},
colorFinish: color,
maxParticles: 100000,
lifespan: 1,
lifespan: 2,
emitRate: 1000,
emitOrientation: emitOrientation,
emitSpeed: .2,
speedSpread: 0.1,
emitSpeed: .1,
speedSpread: 0.02,
emitDimensions: {
x: .1,
y: .1,
z: .1
x: .01,
y: .01,
z: .01
},
polarStart: 0,
polarFinish: .0,
azimuthStart: .1,
azimuthStart: .02,
azimuthFinish: .01,
emitAcceleration: {
x: 0,

View file

@ -23,6 +23,7 @@ LightSaber = function(spawnPosition) {
modelURL: modelURL,
position: spawnPosition,
shapeType: 'box',
collisionsWillMove: true,
script: scriptURL,
dimensions: {
x: 0.06,