Are there significant technical differences between using JOGL in applets against WebGL? I would like to dwell on two features:
- Performance. Significantly more overhead for 3D rendering with WebGL?
- Functionality: how well do these two support the OpenGL standard?
I am developing a three-dimensional web application, and I would like to know more about the technical capabilities of the two.
source share