We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c743f03 commit 56931a0Copy full SHA for 56931a0
docs/getting-started/your-first-scene.mdx
@@ -59,6 +59,7 @@ We'll create a new mesh using a **BoxGeometry** and a **MeshStandardMaterial** w
59
<boxGeometry />
60
<meshStandardMaterial />
61
</mesh>
62
+</Canvas>
63
```
64
65
Let's pause for a moment to understand exactly what is happening here. The code we just wrote is the equivalent to this three.js code:
0 commit comments