-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for stereoscopic interlacing/interleaving? #70
Comments
Mind sharing why exactly you'd need support for this kind of 3D? I am wondering if this wouldn't be necessary in the first place, however. I vaguely recall there being ways to force 3D Vision to output SBS or OU images... though it's not really supported in current drivers anyways, isn't it? Eventually I want to have support for arbitrary shaders, perhaps that might something for that. But in short term I don't think I'll get to add support for this kind of 3D, sorry. |
Hey thanks for your reply! I did get geo-11 working and it works great with desktop+. I'm mostly just asking for this so I could play dx9 games with the helixmod wrapper, which allows custom fixes that people made for 3D games. The custom shader idea would be great. For the time being, I'm trying to get Reshade to work with one old game so I could deinterlace the 3D into SBS or OU. Thank you for your great software! EDIT: I have a found a solution for running dx9 games with 3D Vision. It involves using ShaderGlass to clone the game screen and using Reshade to deinterlace. |
Back in the old days, Nvidia used to support a driver for playing games in stereoscopic 3D called 3D Vision. One of the format for encoding was interlacing/interleaving the frames for the left and right eye. Is there any chance of adding support for this? It's an obscure request so I thought I'd try.
The text was updated successfully, but these errors were encountered: