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, colorFinish: color,
maxParticles: 100000, maxParticles: 100000,
lifespan: 1, lifespan: 2,
emitRate: 1000, emitRate: 1000,
emitOrientation: emitOrientation, emitOrientation: emitOrientation,
emitSpeed: .2, emitSpeed: .1,
speedSpread: 0.1, speedSpread: 0.02,
emitDimensions: { emitDimensions: {
x: .1, x: .01,
y: .1, y: .01,
z: .1 z: .01
}, },
polarStart: 0, polarStart: 0,
polarFinish: .0, polarFinish: .0,
azimuthStart: .1, azimuthStart: .02,
azimuthFinish: .01, azimuthFinish: .01,
emitAcceleration: { emitAcceleration: {
x: 0, x: 0,

View file

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