Creating a real 3D site

Is it possible to create a truly 3D site using technologies such as WebGL? In 3D, I mean using a 3D monitor .

First, does any WebGL browser implementation in any browser provide any type of functionality that allows you to use 3D, such as Quad Buffering ?

Is there any other plausible approach to creating a 3D page, be-it flash, pluggin browser, etc.? (not anaglyph)

+4
source share
1 answer

Side-by-side stereo will work just fine for mobile devices if you have something like watching FOV2Go or Hasbro My3D to look at them:

http://projects.ict.usc.edu/mxr/diy/fov2go/

http://www.hasbro.com/hasbromy3d/en_us/shop/browse/_/N-1rZgt/Ntt-my3d&viewer?Ntx=mode+matchallpartial&Items=50&Ntk=All

In this case, you simply draw your scene twice, from different angles, for example, here: http://fhtr.blogspot.com/2010/06/webgl-stereo-rendering-demo.html

0
source

Source: https://habr.com/ru/post/1412293/


All Articles