Skip to content

Commit

Permalink
docs: Fixes code example in "Your first scene"
Browse files Browse the repository at this point in the history
  • Loading branch information
Infonautica authored Jun 12, 2024
1 parent 4cfe9ef commit 6717f6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/getting-started/your-first-scene.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ We'll create a new mesh using a **BoxGeometry** and a **MeshStandardMaterial** w
<boxGeometry />
<meshStandardMaterial />
</mesh>
</Canvas>
```

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:
Expand Down

0 comments on commit 6717f6c

Please sign in to comment.