是否可以创建一个偏光 3D 网站?
是否可以创建一个类似于 3D 游戏或电影的 3D 网站?如果我要使用某种 css 或 webgl 技术来调整网站怎么办?
我发现非常有趣的事情是调整图像的角度,例如:
is it possible to create a website which would display in 3d similar to 3d games or movies? What if I were to modulate the website using some sort of css or webgl technique?
Something which i've found quite interesting is adjusting the angle of an image e.g:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
极化需要(尚不存在)的 API。不过,您可以使用立体图像技术。
我制作了这个 3d 旋转立方体(需要具有 3d 变换功能的浏览器才能工作),它使用红青色眼镜来工作: http://css3.bradshawenterprises.com/demos/3d.php
还不错!
Polarised would require APIs that don't exist (yet). You can however play with analglyphic techniques.
I made this 3d spinning cube (requires a browser with 3d transforms to work) that uses red cyan glasses to work: http://css3.bradshawenterprises.com/demos/3d.php
It kinda works!
使用红/青色浮雕眼镜制作 3D 网站是可能的,但很困难。使用主动快门眼镜获得 3D 效果在理论上或许是可能的,但如果没有巨大的时间问题,几乎可以肯定是不可行的。如果不使用带有裂像镜头和偏振滤光片的投影仪(或两台投影仪),则不可能获得偏振眼镜。
Doing a 3d website is possible, but hard, using red/cyan anaglyph glasses. Getting 3d using active shutter glasses is perhaps theoretically possible, but almost certainly unfeasible without huge timing issues. Polarized glasses is impossible without using a projector with a split image lens and polarized filters (or two projectors).
Chrome 9 的最新稳定版本现在内置了对 WebGL 的支持。一些著名的例子有水族馆、Jellyfish 甚至 虚拟地球仪。
Latest stable version of Chrome 9 now has built-in support for WebGL. Some of famous example will be Aquarium, Jellyfish and even Virtual globe.