Browse Source

add missing example

Gregg Tavares 6 years ago
parent
commit
525b441f03
1 changed files with 2 additions and 0 deletions
  1. 2 0
      threejs/lessons/threejs-backgrounds.md

+ 2 - 0
threejs/lessons/threejs-backgrounds.md

@@ -274,4 +274,6 @@ let bgMesh;
 }
 ```
 
+{{{example url="../threejs-background-equirectangularmap.html" }}}
+
 Using equirectagular images requires more complicated shaders and so is slower than using cubemaps. Fortunately it's easy to convert from an equirectangular image to a cubemap. [Here's a site that will do it for you](https://matheowis.github.io/HDRI-to-CubeMap/).