mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 16:13:28 +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,
|
||||
blue: 150
|
||||
},
|
||||
ignoreForCollisions: true,
|
||||
damping: 0.8,
|
||||
collisionsWillMove: true,
|
||||
userData: JSON.stringify({
|
||||
|
@ -51,11 +52,11 @@ ArcBall = function(spawnPosition) {
|
|||
spatialKey: {
|
||||
relativePosition: {
|
||||
x: 0,
|
||||
y: -0.5,
|
||||
z: 0.0
|
||||
y: 0.0,
|
||||
z: -0.5
|
||||
},
|
||||
},
|
||||
invertSolidWhileHeld: true
|
||||
// invertSolidWhileHeld: true
|
||||
}
|
||||
})
|
||||
});
|
||||
|
|
|
@ -65,15 +65,15 @@
|
|||
},
|
||||
colorFinish: color,
|
||||
maxParticles: 100000,
|
||||
lifespan: 2,
|
||||
emitRate: 500,
|
||||
lifespan: 1,
|
||||
emitRate: 1000,
|
||||
emitOrientation: emitOrientation,
|
||||
emitSpeed: .4,
|
||||
emitSpeed: .2,
|
||||
speedSpread: 0.1,
|
||||
emitDimensions: {
|
||||
x: 0,
|
||||
y: 0,
|
||||
z: 0
|
||||
x: .1,
|
||||
y: .1,
|
||||
z: .1
|
||||
},
|
||||
polarStart: 0,
|
||||
polarFinish: .0,
|
||||
|
@ -89,13 +89,13 @@
|
|||
y: .00,
|
||||
z: .00
|
||||
},
|
||||
radiusStart: 0.03,
|
||||
radiusFinish: 0.025,
|
||||
radiusSpread: .01,
|
||||
alpha: 0.7,
|
||||
radiusStart: 0.01,
|
||||
radiusFinish: 0.005,
|
||||
radiusSpread: .005,
|
||||
alpha: 0.5,
|
||||
alphaSpread: .1,
|
||||
alphaStart: 0.5,
|
||||
alphaFinish: 0.5,
|
||||
alphaFinish: 0.0,
|
||||
textures: "https://s3.amazonaws.com/hifi-public/eric/textures/particleSprites/beamParticle.png",
|
||||
emitterShouldTrail: true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue