x


How to work around perspective distortion on very wide displays?

I am curious as to what solutions there are for displaying Unity content on very wide displays. By this I mean either multi-display setups or extremely wide screens which go beyond the usual 16:9 or 16:10 aspect ratio. What advantages/disadvantages do different solutions have? Are any tweaks within Unity possible? External hardware/software? Any suggestions are welcome.

I am currently faced with severe distortion towards the left and right sides of my display (3072:768 or 6144:768 resolution).

Thanks Sebas

more ▼

asked Feb 09 '10 at 07:29 AM

Sebas gravatar image

Sebas
4k 12 18 45

Just to clarify for other readers: The discussed distortions here are perspective distortions. They will always happen when using a normal perspective projection with a very wide angle.

Feb 09 '10 at 11:12 AM runevision ♦♦

I am curious about how exactly you're forcing Unity to render fullscreen to a 3072x768 Desktop. Are you using Horizontal Span with WinXP, or are you running your App in windowed mode, or are you simply using a TripleHead2Go?

Oct 27 '10 at 05:30 PM Wolfram

It's fullscreen as horizontal span in WinXP or Win7. Output to all 3 (or 6) projectors is achieved by 1(or 2) TripleHead2Go. When using stereoscopic rendering @ 6144:768 (side-by-side) the drivers from http://iz3d.com are useful.

Oct 28 '10 at 05:55 AM Sebas
(comments are locked)
10|3000 characters needed characters left

3 answers: sort voted first

Use a smaller field of view, like 30 instead of 60.

more ▼

answered Feb 09 '10 at 08:38 AM

Eric5h5 gravatar image

Eric5h5
80.3k 42 132 521

Thanks for the suggestion. That works and is a valid approach. In my case it defeats the purpose of me using 3 screens. I'd like to enable my research participants to show natural orientation behavior by exposing them to the wide view and all the information that is accessible by this approach.

Feb 09 '10 at 08:46 AM Sebas

While I was hoping for some other advice to deal with perspective distortion, your approach actually solves the problem in some cases (where size of FoV is not important). I'll therefore mark it as accepted answer and will contact some people of the below mentioned projects to ask for advice. I will update this answer in case I find a solution which works for my projects.

Feb 14 '10 at 06:06 AM Sebas
(comments are locked)
10|3000 characters needed characters left

Links to other projects that have used wide field of view techniques with Unity:

Unity Dome
http://forum.unity3d.com/viewtopic.php?t=25800
http://unc.renci.org/rencinews/the-dome-corner-006
I think they are using the multiple viewports approach too.

Others?

more ▼

answered Feb 09 '10 at 11:29 AM

runevision gravatar image

runevision ♦♦
8.1k 29 46 112

Unity used for multi-user museum exhibit:
http://forum.unity3d.com/viewtopic.php?t=33188

Feb 13 '10 at 09:02 AM efge

Thanks, I've seen both threads before and they sure are helpful for my purpose.

Feb 14 '10 at 05:58 AM Sebas
(comments are locked)
10|3000 characters needed characters left

I already evaluated the possibility to render 3 viewports next to each other. I use a multi-screen setup with 3 large screens positioned next to each other horizontally.

Edit: Until now, I couldn't achieve a seamless transition between my viewports, because I neglected the aspect ratio. I assumed the aspect ratio of the viewport is used to render each viewport. After manually adjusting the aspect ratio, the setup with 3 viewports next to each other works well.

The downside to this approach is performance. I am effectively rendering three times as much geometry which slows down my application to a crawl. I had to abandon this solution and am still faced with my distortion.

more ▼

answered Feb 09 '10 at 07:33 AM

Sebas gravatar image

Sebas
4k 12 18 45

However, I'd welcome any working multi-viewport solutions for upcoming projects :)

Feb 09 '10 at 07:53 AM Sebas

Why couldn't you get the seamless transition between the viewports quite right? In what way did it look wrong? It should be quite possible to get it right.

Feb 09 '10 at 11:15 AM runevision ♦♦

I changed rotations, FOVs and anything I could possibly play with. When standing still the screens seemed seamless, but when I rotated the camera a lot, some gaps/overlaps in the viewports appeared. I thought the straight-forward approach of just rotating the cameras so that the FOVs are seamless should work, but for some reason that didn't work. I'll try to put that together again with a demo and my next projects. As mentioned above, I had too much geometry to make this solution worthwhile, so I dropped it.

Feb 09 '10 at 08:54 PM Sebas

as edited in the answer above, the aspect ratio was the issue

Apr 17 '10 at 09:03 AM Sebas
(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x382
x28
x22
x19
x3

asked: Feb 09 '10 at 07:29 AM

Seen: 2222 times

Last Updated: Feb 09 '10 at 11:13 AM