mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
Transmitting Intersection to Create App
Transmitting Intersection to Create App
This commit is contained in:
parent
ff7cf2fcd6
commit
5b40ac4c1e
1 changed files with 2 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue