I'm not sure if this is because my system is 64-bit windows 7 or what, but that is where the alterations were.
I tried the various anaglyth settings and couldn't get green/magenta to work. I did however get colorCode amber/blue to work.
Here's the .reg files I tried. If you're not familiar, with just create a .txt file copy the contents inside, then rename the .txt file to .reg. Double click the .reg file to make changes to your registry:
I'm not sure if this is because my system is 64-bit windows 7 or what, but that is where the alterations were.
I tried the various anaglyth settings and couldn't get green/magenta to work. I did however get colorCode amber/blue to work.
Here's the .reg files I tried. If you're not familiar, with just create a .txt file copy the contents inside, then rename the .txt file to .reg. Double click the .reg file to make changes to your registry:
HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Stereo3D
However, on my system using the latest drivers it is actually
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\NVIDIA Corporation\Global\Stereo3D
I'm not sure if this is because my system is 64-bit windows 7 or what, but that is where the alterations were.
I tried the various anaglyth settings and couldn't get green/magenta to work. I did however get colorCode amber/blue to work.
Here's the .reg files I tried. If you're not familiar, with just create a .txt file copy the contents inside, then rename the .txt file to .reg. Double click the .reg file to make changes to your registry:
Amber/Blue:
[code]Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\NVIDIA Corporation\Global\Stereo3D]
"StereoAnaglyphType"=dword:00000000
"LeftAnaglyphFilter"=dword:ffffff00
"RightAnaglyphFilter"=dword:ff0000ff[/code]
3d Vision discover default:
[code]Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\NVIDIA Corporation\Global\Stereo3D]
"StereoAnaglyphType"=dword:00000001
"LeftAnaglyphFilter"=dword:ffff0000
"RightAnaglyphFilter"=dword:ff00ffff[/code]
Green Magenta (doesn't work, tried reversing eyes and still doesn't work):
[code]Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\NVIDIA Corporation\Global\Stereo3D]
"StereoAnaglyphType"=dword:00000000
"LeftAnaglyphFilter"=dword:ff00ff00
"RightAnaglyphFilter"=dword:ffff00ff[/code]
Also, I think this is pretty funny:
[code]AnaglythEnabled REG_DWORD 0xdeadbeef[/code]
HKEY_LOCAL_MACHINE\SOFTWARE\NVIDIA Corporation\Global\Stereo3D
However, on my system using the latest drivers it is actually
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\NVIDIA Corporation\Global\Stereo3D
I'm not sure if this is because my system is 64-bit windows 7 or what, but that is where the alterations were.
I tried the various anaglyth settings and couldn't get green/magenta to work. I did however get colorCode amber/blue to work.
Here's the .reg files I tried. If you're not familiar, with just create a .txt file copy the contents inside, then rename the .txt file to .reg. Double click the .reg file to make changes to your registry:
Amber/Blue:
3d Vision discover default:
Green Magenta (doesn't work, tried reversing eyes and still doesn't work):
Also, I think this is pretty funny: