Gregg (Greggman/GMan) Tavares 7 years ago
parent
commit
0b6a6f1eb2
1 changed files with 3 additions and 1 deletions
  1. 3 1
      threejs/lessons/threejs-primitives.md

+ 3 - 1
threejs/lessons/threejs-primitives.md

@@ -191,7 +191,9 @@ For example creating a box
 }
 ```
 
-Here's the result
+If you look in the code below you'll see a similar section for each type of geometry.
+
+Here's the result:
 
 {{{example url="../threejs-primitives.html" }}}