From bf9592431bbbe17a28dcdbaf4e843053d3b60a34 Mon Sep 17 00:00:00 2001 From: Micheal Parks <103450731+micheal-parks@users.noreply.github.com> Date: Mon, 10 Jul 2023 15:49:11 -0400 Subject: [PATCH] Add three.js orientation vector library (#2622) --- web/frontend/package-lock.json | 10 ++++++++++ web/frontend/package.json | 1 + 2 files changed, 11 insertions(+) diff --git a/web/frontend/package-lock.json b/web/frontend/package-lock.json index bcad875307c..a3f988cccb5 100644 --- a/web/frontend/package-lock.json +++ b/web/frontend/package-lock.json @@ -39,6 +39,7 @@ "tailwindcss": "3.3.2", "three": "0.152.2", "three-inspect": "0.3.4", + "three-orientation-vector": "^0.0.4", "trzy": "0.0.49", "typescript": "5.1.3", "vite": "4.3.9", @@ -6624,6 +6625,15 @@ "three": "*" } }, + "node_modules/three-orientation-vector": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/three-orientation-vector/-/three-orientation-vector-0.0.4.tgz", + "integrity": "sha512-Bg0QK3vFWXLmZYgwnCOtswVFd1enHy+/v2JmbvmTI1NyzbyYJiFeAKlY6bpO3o18Vpb+XoUb5K1t5g2tO5LtcA==", + "dev": true, + "peerDependencies": { + "three": "*" + } + }, "node_modules/throttleit": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.0.tgz", diff --git a/web/frontend/package.json b/web/frontend/package.json index 63effade15c..50ac77fff9f 100644 --- a/web/frontend/package.json +++ b/web/frontend/package.json @@ -54,6 +54,7 @@ "tailwindcss": "3.3.2", "three": "0.152.2", "three-inspect": "0.3.4", + "three-orientation-vector": "^0.0.4", "trzy": "0.0.49", "typescript": "5.1.3", "vite": "4.3.9",