Are there any significant technical differences between using JOGL in applets versus WebGL? I'd like to focus on two things in particular:
- Performance: Is there significantly more overhead in rendering 3D using WebGL?
- Functionality: How well do the two support the OpenGL standard?
I'm developing a 3D web application and I'd like to know more about the technical capabilities of the two.