⬅️ Back to Table of Contents
📄 meshlambert.glsl.js
📊 Analysis Summary
Metric |
Count |
📊 Variables & Constants |
2 |
📚 Table of Contents
🛠️ File Location:
📂 src/renderers/shaders/ShaderLib/meshlambert.glsl.js
Variables & Constants
Name |
Type |
Kind |
Value |
Exported |
vertex |
"\n#define LAMBERT\n\nvarying vec3 vV... |
let/var |
` #define LAMBERT varying vec3 vViewPosition; #include <common> #include <bat... |
✓ |
fragment |
"\n#define LAMBERT\n\nuniform vec3 di... |
let/var |
` #define LAMBERT uniform vec3 diffuse; uniform vec3 emissive; uniform float ... |
✓ |