开发者

How can I render to image a 3D scene?

开发者 https://www.devze.com 2023-02-04 18:54 出处:网络
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 3开发者_StackOverflowD engins or libraries that allow me to do so?

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 3开发者_StackOverflowD 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


There are many fairly easy to use 3D Engines which work from C#, all of which support this, including:

  • XNA
  • SlimDX
  • Mogre


Unity3D supplies a web player. Only problem: the PRO version supports render-to-texture, but the free version doesn't.

0

精彩评论

暂无评论...
验证码 换一张
取 消