简体   繁体   中英

What (screen-) colors should I use along with 3d glasses?

While cleaning up the attic, I found a pair of 3d-glasses with the left "eye" being blue and the right one being red. Just for the fun of it, I then created a program that draws a cube (the edges) in red and blue such that it should appear three dimensional with the 3d glasses.

I chose pure red (255, 0, 0) and pure blue (0, 0, 255) when drawing the cube. As far as I can see, the math is correct, but it feels quite unnatural looking at the cube. I guess this is because the one eye sees the cube in different colors than the right eye.

So, could I enhance the viewing experience by altering the colors? And if so, what colors would I use?

There are some tricks for producing anaglyphs. While not well written, the Wikipedia article touches on some key points:

http://en.wikipedia.org/wiki/Anaglyph_image

如果您是我,我会在这样的页面上查看pdf,选择我认为最合适的颜色,然后使用类似程序找到这些颜色的rgb值。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM