简体   繁体   中英

How can I render to image a 3D scene?

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

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM