WebGL学习资料
MDN WebGL教程
https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API
WebGL1 API接口
https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext
WebGL2 API接口
https://developer.mozilla.org/en-US/docs/Web/API/WebGL2RenderingContext
WebGL2新增API
WebGL1规范
https://www.khronos.org/registry/webgl/specs/latest/1.0/
WebGL2规范
https://www.khronos.org/registry/webgl/specs/latest/2.0/
WebGL1的GLSL规范
https://www.khronos.org/registry/OpenGL/specs/es/2.0/GLSL_ES_Specification_1.00.pdf
WebGL2的GLSL规范
https://www.khronos.org/registry/OpenGL/specs/es/3.0/GLSL_ES_Specification_3.00.pdf
GLSL
OpenGL学习网站:
http://www.opengl-tutorial.org/
http://ogldev.atspace.co.uk/index.html
WebGL学习网站
https://wgld.org/d/webgl/
https://webgl2fundamentals.org
https://github.com/sketchpunk/FunWithWebGL2
https://github.com/KhronosGroup/WebGL
高级课题:
Defferred Render
DoF
GammaCorrect
Glow
GLTF
HDR
LOD
PBR
ShadowMap
SSAO
WebXR