mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-16 12:57:27 +02:00
remove high freq messages
This commit is contained in:
parent
ffe7a0eaf1
commit
7767dfb213
1 changed files with 0 additions and 10 deletions
|
@ -817,8 +817,6 @@ function MyController(hand) {
|
|||
direction: pickRay.direction
|
||||
};
|
||||
|
||||
Messages.sendMessage('Hifi-Light-Overlay-Ray-Check', JSON.stringify(pickRayBacked));
|
||||
|
||||
var intersection;
|
||||
|
||||
if (USE_BLACKLIST === true && blacklist.length !== 0) {
|
||||
|
@ -1341,12 +1339,6 @@ function MyController(hand) {
|
|||
Entities.callEntityMethod(this.grabbedEntity, "continueEquip");
|
||||
}
|
||||
|
||||
//// jbp::: SEND UPDATE MESSAGE TO WEARABLES MANAGER
|
||||
Messages.sendMessage('Hifi-Wearables-Manager', JSON.stringify({
|
||||
action: 'update',
|
||||
grabbedEntity: this.grabbedEntity
|
||||
}))
|
||||
|
||||
if (this.actionID && this.actionTimeout - now < ACTION_TTL_REFRESH * MSEC_PER_SEC) {
|
||||
// if less than a 5 seconds left, refresh the actions ttl
|
||||
var success = Entities.updateAction(this.grabbedEntity, this.actionID, {
|
||||
|
@ -1615,8 +1607,6 @@ function MyController(hand) {
|
|||
this.actionID = null;
|
||||
this.setState(STATE_OFF);
|
||||
|
||||
//// jbp::: SEND RELEASE MESSAGE TO WEARABLES MANAGER
|
||||
|
||||
Messages.sendMessage('Hifi-Wearables-Manager', JSON.stringify({
|
||||
action: 'checkIfWearable',
|
||||
grabbedEntity: this.grabbedEntity
|
||||
|
|
Loading…
Reference in a new issue