如何渲染 3D 场景以成像?
我的问题很简单: 如何在 C# 中创建 3D 场景并将其渲染为图像? 是否有易于使用的 3D 引擎或库允许我这样做?
我必须实现一个基于网络的应用程序,让用户导航环境,我需要向他展示图像(例如街景)
谢谢
my question is quite simple:
how can I create a 3D scene in c# and render it to an image?
Are there easy-to-use 3D engins or libraries that allow me to do so?
I have to realize a web-based app that let the user navigate an enviroment and I need to show him images (street-view like)
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有许多相当易于使用的 3D 引擎可通过 C# 运行,所有引擎都支持此功能,包括:
There are many fairly easy to use 3D Engines which work from C#, all of which support this, including:
Unity3D 提供网络播放器。唯一的问题:PRO 版本支持渲染到纹理,但免费版本不支持。
Unity3D supplies a web player. Only problem: the PRO version supports render-to-texture, but the free version doesn't.