fbriggs / lifecast_public

Open source software from Lifecast Inc for immersive volumetric VR videos and photos.
MIT License
164 stars 17 forks source link

transparent background shaders #47

Closed fbriggs closed 6 months ago

lwneal commented 6 months ago

Cool, I'm setting the player init to eg.

   LifecastVideoPlayer.init({
     _format: "ldi3",
    _loop: true,
    _autoplay_muted: true,
    _transparent_bg: true,
    _media_url: "media/ldi3.png",
});
fbriggs commented 6 months ago

This works in AR on Quest. I haven't gotten it to work in THREE.js to enable transparency on top of a 2D web page yet. I'm trying that in a follow-up PR