Skip to content

⬅️ Back to Table of Contents

📄 Light.tests.js

📊 Analysis Summary

Metric Count
📦 Imports 3
📊 Variables & Constants 7

📚 Table of Contents

🛠️ File Location:

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

📦 Imports

Name Source
Light ../../../../src/lights/Light.js
Object3D ../../../../src/core/Object3D.js
runStdLightTests ../../utils/qunit-utils.js

Variables & Constants

Name Type Kind Value Exported
lights any let/var undefined
parameters { color: number; intensity: number; } let/var { color: 0xaaaaaa, intensity: 0.5 }
object Light let/var new Light()
object Light let/var new Light()
object Light let/var new Light()
object Light let/var new Light()
object Light let/var new Light()