Skip to content

⬅️ Back to Table of Contents

📄 meshmatcap.glsl.js

📊 Analysis Summary

Metric Count
📊 Variables & Constants 2

📚 Table of Contents

🛠️ File Location:

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

Variables & Constants

Name Type Kind Value Exported
vertex "\n#define MATCAP\n\nvarying vec3 vVi... let/var ` #define MATCAP varying vec3 vViewPosition; #include <common> #include <batc...
fragment "\n#define MATCAP\n\nuniform vec3 dif... let/var ` #define MATCAP uniform vec3 diffuse; uniform float opacity; uniform sampler...