Skip to content

Commit

Permalink
docs: Fixes code example in "Your first scene" (#3285)
Browse files Browse the repository at this point in the history
  • Loading branch information
Infonautica authored Aug 10, 2024
1 parent c743f03 commit 56931a0
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 56931a0

Please sign in to comment.