views:

563

answers:

2

Hello everybody!

I have a request to display VRML models within a .NET application. Does someone know an easy way, maybe with standard .NET components, to achieve this? What are the issues I maybe have to face when representing VRML within an application?

Thank you very much!

Michael

+1  A: 

I think the main issue is that I hadn't seen anything/anyone using VRML in at least five years. I think you may be better off just finding a VRML->SVG converter. Displaying SVG in a browser is rather well-defined these days.

James Curran
+1  A: 

Get yourself a VRML ActveX control an insert that into your .NET app, you should be able to find one at www.web3d.org

Harald Scheirich
er..um... have you SEEN a VRML ActveX control around recently? Try Googling for one. It's a rather barren field. That's why I recommended moving to SVG.
James Curran
VRML is interactive 3D, i just don't see how you are going to get to SVG. I can definitely find more VRML/X3D plugins than VRML to SVG converter.
Harald Scheirich
Thank you for your suggestion James but for my needs Haralds advise will be more satisfying. The reason is that you have not only to see the 3D objects but also to turning them around and zooming in and out.
Mil