Skip to content

Commit

Permalink
🔨 Add data
Browse files Browse the repository at this point in the history
  • Loading branch information
nisshi-dev committed May 11, 2024
1 parent a1ebf6b commit aa51bf1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<div className="w-[100vw] h-[100vh]">
<VRButton />
Expand All @@ -19,7 +22,7 @@ export const App = () => {
<Controllers />
<Hands />
<Luma
source="https://lumalabs.ai/capture/ca9ea966-ca24-4ec1-ab0f-af665cb546ff"
source={dataURL}
scale={2}
enableThreeShaderIntegration={false}
/>
Expand Down

0 comments on commit aa51bf1

Please sign in to comment.