To cut the long story short:
Is it possible to load a .vrml
into Silverlight and render the 3d scene?
Now some more background information why I want to do this. I'd like to implement the following setup:
.vrml
file. I expected it to be easy as recent versions of Silverlight come with XNA, but my research, both on Google and SO didn't give me any useful hints. It would be great if anybody could point me into the right direction, any links to tutorials, libraries or code snippets would be greatly appreciated.
As alternative file formats I could also produce, according to the mayavi-documentation
You could give the Babylon Toolkit a shot (which was designed specifically for Silverlight 5 to demonstrate its 3D capabilities) as it has built-in Wavefront OBJ import. I can't comment specifically as to how well it imports as I haven't used it specifically.