pmndrs / react-three-fiber

πŸ‡¨πŸ‡­ A React renderer for Three.js

Home Page:https://docs.pmnd.rs/react-three-fiber

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R3F & StereoCamera

MaxTwentythree opened this issue Β· comments

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?