Hi!
can we, please, implement video backgrounds the way it’s done there:
https://threejs.org/examples/?q=panorama#webgl_video_panorama_equirectangular
https://github.com/mrdoob/three.js/blob/master/examples/webgl_video_panorama_equirectangular.html
By adding pieces of code in the function runCode(), allocated for adding personal code?
If it’s possible which part(s) of that code to include in the runCode() function?
Same question to rotate automatically an equirectangular still, that we see there:
https://threejs.org/examples/?q=panorama#canvas_geometry_panorama
https://github.com/mrdoob/three.js/blob/master/examples/canvas_geometry_panorama.html
By adding pieces of code in the function runCode(), allocated for adding personal code?
If it’s possible which part(s) of that code to include in the runCode() function?
If one of those two is possible, or both, could it be some day matter of puzzles?