something about Equi-angular Cubemap

前端之家收集整理的这篇文章主要介绍了something about Equi-angular Cubemap前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

There are two different projections one can use for a cubemap:

  1. A planar projection of a rectangular frustum for each side (this is what you get from a GL renderer and what is assumed bysamplerCube).
  2. An equiangular projection (in this case,every texel represents the same area on a sphere).
两种生成天空盒的方式

1 矩形平面的平面投影
2 等角方块投影
原文链接:https://www.f2er.com/angularjs/147637.html

猜你在找的Angularjs相关文章