Web Plug in for OpenGL models?

Is there such a thing as a web based plugin that will allow people to view 3D models? I want to be able to upload my model into a viewer, and then allow the user to be able to move, and zoom in and out of the model. Any one have any ideas? It dosnt have to be opengl syntax, i could import 3ds, milkshape, etc. Any ideas would be helpfull. Thank you.

My thought is that Java3d is probably going to be the way to go. Or else write your own applet, I hear that Java 1.4 supports OpenGL now. I did a quick Google search and didn’t come up with any easy answers for you, but the Java3d site might have some starting points: http://java.sun.com/products/java-media/3D/index.html

Good luck!