Transmitting Intersection to Create App

Transmitting Intersection to Create App
This commit is contained in:
Alezia Kurdis 2021-01-20 23:13:47 -05:00 committed by GitHub
parent ff7cf2fcd6
commit 5b40ac4c1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -84,7 +84,8 @@ Script.include("/~/system/libraries/utils.js");
method: "selectEntity",
entityID: this.selectedTarget.objectID,
hand: hand,
surfaceNormal: this.selectedTarget.surfaceNormal
surfaceNormal: this.selectedTarget.surfaceNormal,
intersection: this.selectedTarget.intersection,
}));
} else if (this.selectedTarget.type === Picks.INTERSECTED_OVERLAY) {
Messages.sendLocalMessage(this.ENTITY_TOOL_UPDATES_CHANNEL, JSON.stringify({