⬅️ Back to Table of Contents
📄 cube.glsl.js
📊 Analysis Summary
Metric |
Count |
📊 Variables & Constants |
2 |
📚 Table of Contents
🛠️ File Location:
📂 src/renderers/shaders/ShaderLib/cube.glsl.js
Variables & Constants
Name |
Type |
Kind |
Value |
Exported |
vertex |
"\nvarying vec3 vWorldDirection;\n\n#... |
let/var |
` varying vec3 vWorldDirection; #include <common> void main() { vWorldDirecti... |
✓ |
fragment |
"\nuniform samplerCube tCube;\nunifor... |
let/var |
` uniform samplerCube tCube; uniform float tFlip; uniform float opacity; vary... |
✓ |