Explorar o código

add missing example

Gregg Tavares %!s(int64=6) %!d(string=hai) anos
pai
achega
525b441f03
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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/).