Skip to content

⬅️ Back to Table of Contents

📄 PointLight.tests.js

📊 Analysis Summary

Metric Count
📦 Imports 3
📊 Variables & Constants 8

📚 Table of Contents

🛠️ File Location:

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

📦 Imports

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

Variables & Constants

Name Type Kind Value Exported
lights any let/var undefined
parameters { color: number; intensity: number; d... let/var { color: 0xaaaaaa, intensity: 0.5, distance: 100, decay: 2 }
object PointLight let/var new PointLight()
object PointLight let/var new PointLight()
object PointLight let/var new PointLight()
a PointLight let/var new PointLight( 0xaaaaaa )
object PointLight let/var new PointLight()
object PointLight let/var new PointLight()