Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Has anyone created a 3D website that works on a 3D monitor? [closed]

Tags:

css

web

graphics

3d

I stumbled upon this site http://www.swell3d.com/ and I think that in the future we will have a new hype word "3d website" that is used heavily in marketing. However, what I am interested in is how to create such designs/layouts? How is that funny-looking effect actually applied -- and are there any w3 specs describing ways to detect 3d-device or are there a media query for 3d devices like:

@media 3d {
 /* 3d related css... */
}

I am just so curious.

like image 989
Tower Avatar asked Aug 07 '10 10:08

Tower


People also ask

What is the most realistic 3D software?

Autodesk Maya will bag the top spot in most artists' ranking of the best 3D modelling software. The industry standard for an array of CG disciplines, Maya offers artists an unrivalled set of features and tools. This powerful app isn't for beginners, however, its toolset is complex and takes time to master.


1 Answers

The Khronos group is working on a standard, WebGL, with javascript bindings on OpenGL and OpenGL ES, so that browser and embedded systems can use 3D graphics and without the need for any plugin. AMD, Ericsson, Google, Mozilla, NVIDIA and Opera are part of the working group.

http://www.khronos.org/news/press/releases/khronos-webgl-initiative-hardware-accelerated-3d-graphics-internet/

I believe that it is better to use a 3D screen, like Nintendo's 3DS, instead of forcing people to use 3D glasses. In the nearby future this will surely be an interesting area.

like image 174
John P Avatar answered Oct 04 '22 19:10

John P