소스 검색

edit how to convert equirectangular image to cubemap

Gregg Tavares 5 년 전
부모
커밋
222ce3467b
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      threejs/lessons/threejs-backgrounds.md

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

@@ -244,4 +244,5 @@ And that's all there is to it.
 
 {{{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/).
+Rather than do it at load time you can also convert an equirectangular image
+to a cubemap beforehand. [Here's a site that will do it for you](https://matheowis.github.io/HDRI-to-CubeMap/).