⬅️ Back to Table of Contents
📄 meshbasic.glsl.js
📊 Analysis Summary
Metric |
Count |
📊 Variables & Constants |
2 |
📚 Table of Contents
🛠️ File Location:
📂 src/renderers/shaders/ShaderLib/meshbasic.glsl.js
Variables & Constants
Name |
Type |
Kind |
Value |
Exported |
vertex |
"\n#include <common>\n#include <batch... |
let/var |
` #include <common> #include <batching_pars_vertex> #include <uv_pars_vertex>... |
✓ |
fragment |
"\nuniform vec3 diffuse;\nuniform flo... |
let/var |
` uniform vec3 diffuse; uniform float opacity; #ifndef FLAT_SHADED varying ve... |
✓ |