From 6717f6cc3bd7dc6fced83dc188d5bf22aadddefe Mon Sep 17 00:00:00 2001 From: Leonid Danilov Date: Wed, 12 Jun 2024 18:46:54 +0300 Subject: [PATCH] docs: Fixes code example in "Your first scene" --- docs/getting-started/your-first-scene.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting-started/your-first-scene.mdx b/docs/getting-started/your-first-scene.mdx index 73c29ad883..0cf27c7fac 100644 --- a/docs/getting-started/your-first-scene.mdx +++ b/docs/getting-started/your-first-scene.mdx @@ -59,6 +59,7 @@ We'll create a new mesh using a **BoxGeometry** and a **MeshStandardMaterial** w + ``` 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: