Skip to content

⬅️ Back to Table of Contents

📄 SSRShader.js

📊 Analysis Summary

Metric Count
📦 Imports 2
📊 Variables & Constants 3

📚 Table of Contents

🛠️ File Location:

📂 examples/jsm/shaders/SSRShader.js

📦 Imports

Name Source
Matrix4 three
Vector2 three

Variables & Constants

Name Type Kind Value Exported
SSRShader ShaderMaterial let/var { name: 'SSRShader', defines: { MAX_STEP: 0, PERSPECTIVE_CAMERA: true, DISTAN...
SSRDepthShader ShaderMaterial let/var { name: 'SSRDepthShader', defines: { 'PERSPECTIVE_CAMERA': 1 }, uniforms: { '...
SSRBlurShader ShaderMaterial let/var { name: 'SSRBlurShader', uniforms: { 'tDiffuse': { value: null }, 'resolution...