浏览代码

add missing example

Gregg Tavares 6 年之前
父节点
当前提交
525b441f03
共有 1 个文件被更改,包括 2 次插入0 次删除
  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/).