From aa51bf1b60ee5377d361d125298c47070b927b6e Mon Sep 17 00:00:00 2001 From: nishida <42875682+nishidayoshikatsu@users.noreply.github.com> Date: Sat, 11 May 2024 16:44:12 +0900 Subject: [PATCH] :hammer: Add data --- src/App.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 3019817..eff256c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -11,6 +11,9 @@ import { VRButton, XR, Controllers, Hands } from "@react-three/xr"; export const App = () => { const [autoRotate, setAutoRotate] = useState(true); + //const dataURL = "https://lumalabs.ai/capture/ca9ea966-ca24-4ec1-ab0f-af665cb546ff" + const dataURL = "https://lumalabs.ai/capture/8661f25b-8c91-4c09-9c03-87fd6b490138" + return (
@@ -19,7 +22,7 @@ export const App = () => {