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