From 5b40ac4c1ebb28d5f6061bdd5eefaede4754677e Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Wed, 20 Jan 2021 23:13:47 -0500 Subject: [PATCH] Transmitting Intersection to Create App Transmitting Intersection to Create App --- scripts/system/controllers/controllerModules/inEditMode.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/system/controllers/controllerModules/inEditMode.js b/scripts/system/controllers/controllerModules/inEditMode.js index 5bef8ec11a..992a76614a 100644 --- a/scripts/system/controllers/controllerModules/inEditMode.js +++ b/scripts/system/controllers/controllerModules/inEditMode.js @@ -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({