Skip to content

⬅️ Back to Table of Contents

📄 LightShadow.tests.js

📊 Analysis Summary

Metric Count
📦 Imports 2
📊 Variables & Constants 5

📚 Table of Contents

🛠️ File Location:

📂 test/unit/src/lights/LightShadow.tests.js

📦 Imports

Name Source
LightShadow ../../../../src/lights/LightShadow.js
OrthographicCamera ../../../../src/cameras/OrthographicCamera.js

Variables & Constants

Name Type Kind Value Exported
camera OrthographicCamera let/var new OrthographicCamera( - 5, 5, 5, - 5, 0.5, 500 )
object LightShadow let/var new LightShadow( camera )
object LightShadow let/var new LightShadow()
a LightShadow let/var new LightShadow( new OrthographicCamera( - 5, 5, 5, - 5, 0.5, 500 ) )
b LightShadow let/var new LightShadow( new OrthographicCamera( - 3, 3, 3, - 3, 0.3, 300 ) )