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