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?