Skip to content

⬅️ Back to Table of Contents

📄 distanceRGBA.glsl.js

📊 Analysis Summary

Metric Count
📊 Variables & Constants 2

📚 Table of Contents

🛠️ File Location:

📂 src/renderers/shaders/ShaderLib/distanceRGBA.glsl.js

Variables & Constants

Name Type Kind Value Exported
vertex "\n#define DISTANCE\n\nvarying vec3 v... let/var ` #define DISTANCE varying vec3 vWorldPosition; #include <common> #include <b...
fragment "\n#define DISTANCE\n\nuniform vec3 r... let/var ` #define DISTANCE uniform vec3 referencePosition; uniform float nearDistance...