pmndrs / react-three-fiber

🇨🇭 A React renderer for Three.js
https://docs.pmnd.rs/react-three-fiber
MIT License
27.64k stars 1.6k forks source link

R3F & StereoCamera #3215

Closed MaxTwentythree closed 8 months ago

MaxTwentythree commented 8 months ago

Hi, 👋

I'm trying to implement the three.js StereoCamera with r3f. Here the three.js example

And it drives me nuts as it should be fairly simple, but all my attempts lead to only the right Camera getting rendered.

I created a simple sandbox to showcase this (takes a bit to load): Codesandbox

I tried using StereoCamera and StereoEffect from three, both lead to the same result.

Am I missing something? Has someone encountered this before?