3

Is there any way to implement the OpenGL on the Silverlight? We need to create a web browser application to load an OpenGL 3D image and to perform rotation and zoom functionality. We can easily load the OpenGL component in a WPF windows application. But it is not allowing to load the OpenGL in to a Silverlight application.

If Silverlight doesn't support OpenGL, what is be the best choice to create the web application with OpenGL 3D?

4

1 回答 1

3

Silverlight 不支持它,将来也不支持(Silverlight 已停产!)。对于跨平台图形,您可以使用 WebGL,但它还没有在每个浏览器中实现,但似乎是未来。

澄清一下,Internet Explorer 不支持它(令人震惊!),而 Safari 和 Opera 确实有它,但需要用户在它工作之前启用它。目前还没有其他真正的跨平台方式可以在 Web 上部署 OpenGL。

于 2012-09-11T14:15:38.527 回答