Hi, i wonder how can make a game using NVIDIA 3D Vision in Unity3D,i already buy the nvidia 3D glasses ,and i’m doing programming in unity.
Is it need a split Screen display with camera 's attribute?
you dont need to have native 3d support when using nvidia stereoscopic drivers
tks!
i just make a game with unity, install my Nvidia 3D Glasses, then it will be 3D?
After you install your 3dvision, rightclick on your desktop and select ‘NVIDIA Control Panel’
then on the left tab click on set up stereoscopic, and from there you can continue…
Basically all you do is install the Nvidia stereoscopic drivers and, provided you got past the setup wizard, your game will be in 3D
Nvidia 3D operates at a much lower level than Unity, so it adds in the stereoscopic funcionality in pretty much any application that draws through the GPU.
Mind though, that some cheaty tricks won’t look so good in 3D… things like forced perspectives and the like will be apparent, since you can’t count on the flatness of the display to get away with stuff
Also, 3D doesn’t seem to work with ortographic cameras. Make sure your cameras are in perspective mode
Cheers