Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sniok committed Mar 13, 2021
1 parent 2df7cbd commit 3110dae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"react-dom": "16.13.1",
"react-scripts": "3.4.1",
"react-three-fiber": "5.3.19",
"three": "0.126.1"
"three": "0.126.1",
"typescript": "4.2.3"
},
"devDependencies": {},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export function App() {
<ambientLight />
<DotsRender />
<pointLight position={[10, 10, 10]} />
<color args={[0x000000]} attach="background" />
<color args={[0x000000] as any} attach="background" />
</VRCanvas>
)
}
1 change: 1 addition & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}

1 comment on commit 3110dae

@vercel
Copy link

@vercel vercel bot commented on 3110dae Mar 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.