Reputation: 7219
Came across this example here
http://mrdoob.github.com/three.js/examples/webgl_panorama_equirectangular.html
Was wondering if the same thing is possible if the source was video with equirectangular projection, not still a still image?
Upvotes: 1
Views: 3691
Reputation: 19602
Yes. And this example shows how: http://mrdoob.github.com/three.js/examples/webgl_materials_cubemap_dynamic2.html
Upvotes: 4