From 2f9dd86a9ac3e53b5139c0d317c4723d9cc8fab8 Mon Sep 17 00:00:00 2001 From: David Harvey-Macaulay Date: Tue, 2 Jan 2024 10:22:19 +0000 Subject: [PATCH] Fix cube.obj in advanced onboarding tutorial --- content/tutorials/onboarding.mdx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/content/tutorials/onboarding.mdx b/content/tutorials/onboarding.mdx index 0a4334f..904f579 100644 --- a/content/tutorials/onboarding.mdx +++ b/content/tutorials/onboarding.mdx @@ -103,38 +103,38 @@ convertCubetoSTL() Lastly we'll add a very basic `.obj` file called `cube.obj` and add the following contents: ```obj -# Blender 3.1.0 +# Blender 3.6.2 # www.blender.org o Cube v 1.000000 1.000000 -1.000000 -v 1.000000 -1.000000 -1.000000 v 1.000000 1.000000 1.000000 +v 1.000000 -1.000000 -1.000000 v 1.000000 -1.000000 1.000000 v -1.000000 1.000000 -1.000000 -v -1.000000 -1.000000 -1.000000 v -1.000000 1.000000 1.000000 +v -1.000000 -1.000000 -1.000000 v -1.000000 -1.000000 1.000000 -vn -0.0000 1.0000 -0.0000 -vn -0.0000 -0.0000 1.0000 -vn -1.0000 -0.0000 -0.0000 -vn -0.0000 -1.0000 -0.0000 -vn 1.0000 -0.0000 -0.0000 -vn -0.0000 -0.0000 -1.0000 +vt 0.375000 0.000000 +vt 0.625000 0.000000 +vt 0.625000 0.250000 +vt 0.375000 0.250000 vt 0.625000 0.500000 vt 0.375000 0.500000 vt 0.625000 0.750000 vt 0.375000 0.750000 -vt 0.875000 0.500000 -vt 0.625000 0.250000 -vt 0.125000 0.500000 -vt 0.375000 0.250000 -vt 0.875000 0.750000 vt 0.625000 1.000000 -vt 0.625000 0.000000 vt 0.375000 1.000000 -vt 0.375000 0.000000 +vt 0.125000 0.500000 vt 0.125000 0.750000 +vt 0.875000 0.500000 +vt 0.875000 0.750000 s 0 +f 1/1 2/2 4/3 3/4 +f 3/4 4/3 8/5 7/6 +f 7/6 8/5 6/7 5/8 +f 5/8 6/7 2/9 1/10 +f 3/11 7/6 5/8 1/12 +f 8/5 4/13 2/14 6/7 ``` Then open a PowerShell or Bash terminal depending on your operating-system and navigate to the folder you recently created and run the following (replacing `` with your API token):