javascript - how to make a three js css3d panorama without a cubemap -
javascript - how to make a three js css3d panorama without a cubemap -
i haven't been able find illustration on how this. i've achieved want accomplish using webgl, , i'm making css3d fallback. method used in webgl won't work because css3d can't handle meshes.
so there way render panorama in css3d using single panoramic image instead of cubemap?
try skydome instead, not need more 1 image. still must processed cube wrapping. http://www.ianww.com/2014/02/17/making-a-skydome-in-three-dot-js/
javascript css3 three.js panoramas
Comments
Post a Comment