我可以使 Flash CS4 的 3D 功能与 3D 眼镜配合使用吗?
我知道这可以在 papevision 中完成 -> http://codejockeyscorner.blogspot.com/2009/04/papervision3d- anaglyph-scene.html 但我希望能够仅使用 Flash 的 3D 功能来做到这一点。我知道它更像 2.5D,但想知道是否有人知道如何创建一个场景,以便您可以使用 3D 眼镜(红色和蓝色)观看它
I know it can be done in papevision -> http://codejockeyscorner.blogspot.com/2009/04/papervision3d-anaglyph-scene.html but I'd like to be able to do it just using Flash's 3D functionality. I'm aware that its more 2.5D but was wondering if anybody knew how to create a situation so you can view it with 3D glasses (red and blue)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
立体图像可以使用一个简单的相机,因此 3d 引擎的选择应该不会产生影响:)
基本上:你要做的就是复制场景 (一个蓝色/一个红色)并稍微更改 PerspectiveProjection 对于每个。视点的放置距离必须与两眼之间的距离成正比。
Stereoscopic images can be made with a simple camera so the choice of a 3d engine shouldn't make a difference : )
Very basically : you have to do is to duplicate the scene (one blue/ onered) and change slightly the PerspectiveProjection for each. The viewpoints need to be placed at a distance proportional to the one you have between your two eyes.