Hi! I've been having a great time working with this library recently, but I have hit a wall when it comes to postprocessing. It seems like using @react-three/postprocessing doesn't work when entering VR mode, causing nothing to appear. I'm not sure what I'm missing: I took the same scene used by #78 , swapped out ARCanvas for VRCanvas, and was able to confirm that nothing renders in VR (though once you exit VR, you can see what you should have seen). If you delete the EffectComposer, the scene reappears.
CodeSandbox
Any idea what might be going wrong? Perhaps some props that I'm forgetting to set?
Hi! I've been having a great time working with this library recently, but I have hit a wall when it comes to postprocessing. It seems like using
@react-three/postprocessingdoesn't work when entering VR mode, causing nothing to appear. I'm not sure what I'm missing: I took the same scene used by #78 , swapped outARCanvasforVRCanvas, and was able to confirm that nothing renders in VR (though once you exit VR, you can see what you should have seen). If you delete theEffectComposer, the scene reappears.CodeSandbox
Any idea what might be going wrong? Perhaps some props that I'm forgetting to set?