mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 08:21:24 +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,
|
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,
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue