mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
tweaks
This commit is contained in:
parent
b89e25f8f7
commit
4b4fe96b64
2 changed files with 8 additions and 7 deletions
|
@ -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,
|
||||
|
|
|
@ -23,6 +23,7 @@ LightSaber = function(spawnPosition) {
|
|||
modelURL: modelURL,
|
||||
position: spawnPosition,
|
||||
shapeType: 'box',
|
||||
collisionsWillMove: true,
|
||||
script: scriptURL,
|
||||
dimensions: {
|
||||
x: 0.06,
|
||||
|
|
Loading…
Reference in a new issue