mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 05:17:02 +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",
|
method: "selectEntity",
|
||||||
entityID: this.selectedTarget.objectID,
|
entityID: this.selectedTarget.objectID,
|
||||||
hand: hand,
|
hand: hand,
|
||||||
surfaceNormal: this.selectedTarget.surfaceNormal
|
surfaceNormal: this.selectedTarget.surfaceNormal,
|
||||||
|
intersection: this.selectedTarget.intersection,
|
||||||
}));
|
}));
|
||||||
} else if (this.selectedTarget.type === Picks.INTERSECTED_OVERLAY) {
|
} else if (this.selectedTarget.type === Picks.INTERSECTED_OVERLAY) {
|
||||||
Messages.sendLocalMessage(this.ENTITY_TOOL_UPDATES_CHANNEL, JSON.stringify({
|
Messages.sendLocalMessage(this.ENTITY_TOOL_UPDATES_CHANNEL, JSON.stringify({
|
||||||
|
|
Loading…
Reference in a new issue