Currently screenshot taken while with using an Oculus Rift takes a screenshot of the 'stereo images' it renders for the rift.
These screenshots, while amazing in the rift, are well.. crap for the rest of the world.
Would it somehow be possible to have a toggle, or different keycombo or at least the ALT-F10 to not use this stereo image but rather a simple 2d screenshot?
I do currently have the option to display ED on a second screen but getting the screenshots you want from this is a royal pita but surely with a little coding it should be possible to take screenshots from this output? And so get the uber ALT-F10 screenshots working for rift users too>
For those wondering how to get ED displayed in the rifgt and on another screen.. The following code was posted somewhere on the forums here. Just put this in your appconfig.xml
These screenshots, while amazing in the rift, are well.. crap for the rest of the world.
Would it somehow be possible to have a toggle, or different keycombo or at least the ALT-F10 to not use this stereo image but rather a simple 2d screenshot?
I do currently have the option to display ED on a second screen but getting the screenshots you want from this is a royal pita but surely with a little coding it should be possible to take screenshots from this output? And so get the uber ALT-F10 screenshots working for rift users too>
For those wondering how to get ED displayed in the rifgt and on another screen.. The following code was posted somewhere on the forums here. Just put this in your appconfig.xml
Code:
<StereoExtraDisplay>
<Enabled>true</Enabled>
<Monitor>0</Monitor>
<Width>1368 </Width>
<Height>1539</Height>
<VSync>false</VSync>
<BehaviourIfStereoRenderDisabled>HideWindow</BehaviourIfStereoRenderDisabled>
</StereoExtraDisplay>