⬅️ Back to Table of Contents
📄 HemisphereLight.tests.js
📊 Analysis Summary
Metric |
Count |
📦 Imports |
3 |
📊 Variables & Constants |
6 |
📚 Table of Contents
🛠️ File Location:
📂 test/unit/src/lights/HemisphereLight.tests.js
📦 Imports
Name |
Source |
HemisphereLight |
../../../../src/lights/HemisphereLight.js |
Light |
../../../../src/lights/Light.js |
runStdLightTests |
../../utils/qunit-utils.js |
Variables & Constants
Name |
Type |
Kind |
Value |
Exported |
lights |
any |
let/var |
undefined |
✗ |
parameters |
{ skyColor: number; groundColor: numb... |
let/var |
{ skyColor: 0x123456, groundColor: 0xabc012, intensity: 0.6 } |
✗ |
object |
HemisphereLight |
let/var |
new HemisphereLight() |
✗ |
object |
HemisphereLight |
let/var |
new HemisphereLight() |
✗ |
object |
HemisphereLight |
let/var |
new HemisphereLight() |
✗ |
object |
HemisphereLight |
let/var |
new HemisphereLight() |
✗ |