【发布时间】:2016-08-17 00:36:25
【问题描述】:
有没有一种方法可以在 A-Frame 中为盒子几何体的每一侧分配不同的纹理,而无需从 6 个独特的平面构建盒子?
<a-box></a-box> <!-- How to apply a cubemap? -->
更具体地说,我如何在 A-Frame 中创建 cubemap?下面是 three.js 中的立方体贴图示例:http://threejs.org/examples/#webgl_materials_cubemap
谢谢!
【问题讨论】: