# webgl-shader-learn **Repository Path**: tab91622/webgl-shader-learn ## Basic Information - **Project Name**: webgl-shader-learn - **Description**: 学习webgl shader - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-14 - **Last Updated**: 2025-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WebGL编程指南.pdf ✅看完了 ## 要点复习 - 环境光计算 - 平行光计算 - 点光源计算 - 漫反射计算 - 着色器中计算 - vec3(x1, y1, z1) * vec3(x2, y2, z2) = vec3(x1 * x2, y1 * y2, z1 * z2) - 模型矩阵功能 - 视图矩阵功能 - 投影矩阵功能 - mvp矩阵计算 - 顶点转世界坐标