jhadenfeldt Posted December 8, 2018 Share Posted December 8, 2018 I'm trying to get post process working on a project that also should run in VR, but unfortunately things break as soon as I add the scene.createDefaultVRExperience() to the project. This happens even if VR is not activated yet. Is there any way to use post process and VR together? Here is an playground highlighting the issue: https://www.babylonjs-playground.com/#T49RDX (just uncomment line 9) Thanks! Quote Link to comment Share on other sites More sharing options...
Guest Posted December 8, 2018 Share Posted December 8, 2018 Pinging @trevordev jhadenfeldt 1 Quote Link to comment Share on other sites More sharing options...
trevordev Posted December 8, 2018 Share Posted December 8, 2018 @jhadenfeldt the vr helper creates cameras internally which must be added to the post process see this playground: https://www.babylonjs-playground.com/#T49RDX#1 jhadenfeldt 1 Quote Link to comment Share on other sites More sharing options...
jhadenfeldt Posted December 8, 2018 Author Share Posted December 8, 2018 You guys are awesome, thank you very much, works flawlessly! trevordev 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.