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