mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 13:42:38 +02:00
Minor Code Cleanup.
This commit is contained in:
parent
7da4bc04d3
commit
397d2a6853
1 changed files with 0 additions and 5 deletions
|
@ -38,7 +38,6 @@
|
|||
blue: 201,
|
||||
green: 34
|
||||
},
|
||||
|
||||
accelerationSpread: {
|
||||
x: 0,
|
||||
y: 0,
|
||||
|
@ -76,7 +75,6 @@
|
|||
textures: 'https://content.highfidelity.com/DomainContent/production/Particles/wispy-smoke.png',
|
||||
emitRate: 1,
|
||||
emitSpeed: 0,
|
||||
|
||||
emitterShouldTrail: false,
|
||||
particleRadius: 1,
|
||||
radiusSpread: 0,
|
||||
|
@ -87,13 +85,11 @@
|
|||
blue: 232,
|
||||
green: 26
|
||||
},
|
||||
|
||||
emitAcceleration: {
|
||||
x: 0,
|
||||
y: 0,
|
||||
z: 0
|
||||
},
|
||||
|
||||
alpha: 0,
|
||||
alphaSpread: 0,
|
||||
alphaStart: 1,
|
||||
|
@ -123,7 +119,6 @@
|
|||
}
|
||||
|
||||
function proxCheck() {
|
||||
var avList = AvatarList.getAvatarIdentifiers();
|
||||
var ballPos = Entities.getEntityProperties(_entityID, ['position']).position;
|
||||
var isAnyAvatarInRange = AvatarList.isAvatarInRange(ballPos, 1);
|
||||
|
||||
|
|
Loading…
Reference in a new issue