Introduction
Recently, while learning Cesium, I encountered some fundamental theoretical issues that I couldn't resolve, so I started learning WebGL to build a solid foundation.
About WebGL
WebGL enables web content to use an API based on OpenGL ES 2.0 to perform 3D rendering in an HTML <canvas> element in browsers that support it, without the use of any plug-ins. WebGL programs consist of control code written in JavaScript and special effects code (shader code) executed on a computer's Graphics Processing Unit (GPU). WebGL elements can be mixed with other HTML elements and composited with other parts of the page or page background.
2024/8/22About 1 min
