⬅️ Back to Table of Contents
📄 SpotLight.tests.js
📊 Analysis Summary
Metric |
Count |
📦 Imports |
3 |
📊 Variables & Constants |
8 |
📚 Table of Contents
🛠️ File Location:
📂 test/unit/src/lights/SpotLight.tests.js
📦 Imports
Name |
Source |
SpotLight |
../../../../src/lights/SpotLight.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, angle: 0.8, penumbra: 8, de... |
✗ |
object |
SpotLight |
let/var |
new SpotLight() |
✗ |
object |
SpotLight |
let/var |
new SpotLight() |
✗ |
object |
SpotLight |
let/var |
new SpotLight() |
✗ |
a |
SpotLight |
let/var |
new SpotLight( 0xaaaaaa ) |
✗ |
object |
SpotLight |
let/var |
new SpotLight() |
✗ |
object |
SpotLight |
let/var |
new SpotLight() |
✗ |