⬅️ Back to Table of Contents
📄 background.glsl.js
📊 Analysis Summary
Metric |
Count |
📊 Variables & Constants |
2 |
📚 Table of Contents
🛠️ File Location:
📂 src/renderers/shaders/ShaderLib/background.glsl.js
Variables & Constants
Name |
Type |
Kind |
Value |
Exported |
vertex |
"\nvarying vec2 vUv;\nuniform mat3 uv... |
let/var |
` varying vec2 vUv; uniform mat3 uvTransform; void main() { vUv = ( uvTransfo... |
✓ |
fragment |
"\nuniform sampler2D t2D;\nuniform fl... |
let/var |
` uniform sampler2D t2D; uniform float backgroundIntensity; varying vec2 vUv;... |
✓ |