Skip to content

Commit ad9cd77

Browse files
committed
initial values
1 parent 155bf01 commit ad9cd77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const Scene = () => {
1010

1111
return (
1212
<>
13-
<Box ref={boxRef} args={[1, 1, 1]}>
13+
<Box ref={boxRef} args={[1, 1, 1]} rotation={[0.5, 0, 0]}>
1414
<meshNormalMaterial />
1515
</Box>
1616
<ambientLight />

0 commit comments

Comments
 (0)