mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 12:54:30 +02:00
test
This commit is contained in:
parent
48ab99c348
commit
3c66e38268
2 changed files with 15 additions and 14 deletions
|
@ -44,6 +44,7 @@ ArcBall = function(spawnPosition) {
|
||||||
green: 10,
|
green: 10,
|
||||||
blue: 150
|
blue: 150
|
||||||
},
|
},
|
||||||
|
ignoreForCollisions: true,
|
||||||
damping: 0.8,
|
damping: 0.8,
|
||||||
collisionsWillMove: true,
|
collisionsWillMove: true,
|
||||||
userData: JSON.stringify({
|
userData: JSON.stringify({
|
||||||
|
@ -51,11 +52,11 @@ ArcBall = function(spawnPosition) {
|
||||||
spatialKey: {
|
spatialKey: {
|
||||||
relativePosition: {
|
relativePosition: {
|
||||||
x: 0,
|
x: 0,
|
||||||
y: -0.5,
|
y: 0.0,
|
||||||
z: 0.0
|
z: -0.5
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
invertSolidWhileHeld: true
|
// invertSolidWhileHeld: true
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
|
|
|
@ -65,15 +65,15 @@
|
||||||
},
|
},
|
||||||
colorFinish: color,
|
colorFinish: color,
|
||||||
maxParticles: 100000,
|
maxParticles: 100000,
|
||||||
lifespan: 2,
|
lifespan: 1,
|
||||||
emitRate: 500,
|
emitRate: 1000,
|
||||||
emitOrientation: emitOrientation,
|
emitOrientation: emitOrientation,
|
||||||
emitSpeed: .4,
|
emitSpeed: .2,
|
||||||
speedSpread: 0.1,
|
speedSpread: 0.1,
|
||||||
emitDimensions: {
|
emitDimensions: {
|
||||||
x: 0,
|
x: .1,
|
||||||
y: 0,
|
y: .1,
|
||||||
z: 0
|
z: .1
|
||||||
},
|
},
|
||||||
polarStart: 0,
|
polarStart: 0,
|
||||||
polarFinish: .0,
|
polarFinish: .0,
|
||||||
|
@ -89,13 +89,13 @@
|
||||||
y: .00,
|
y: .00,
|
||||||
z: .00
|
z: .00
|
||||||
},
|
},
|
||||||
radiusStart: 0.03,
|
radiusStart: 0.01,
|
||||||
radiusFinish: 0.025,
|
radiusFinish: 0.005,
|
||||||
radiusSpread: .01,
|
radiusSpread: .005,
|
||||||
alpha: 0.7,
|
alpha: 0.5,
|
||||||
alphaSpread: .1,
|
alphaSpread: .1,
|
||||||
alphaStart: 0.5,
|
alphaStart: 0.5,
|
||||||
alphaFinish: 0.5,
|
alphaFinish: 0.0,
|
||||||
textures: "https://s3.amazonaws.com/hifi-public/eric/textures/particleSprites/beamParticle.png",
|
textures: "https://s3.amazonaws.com/hifi-public/eric/textures/particleSprites/beamParticle.png",
|
||||||
emitterShouldTrail: true
|
emitterShouldTrail: true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue