UNPKG
@doegis/core
Version:
latest (0.1.0)
0.1.0
DOE GIS API
@doegis/core
/
views
/
3d
/
environment
/
lightingUtils.js
3 lines
(1 loc)
•
176 B
JavaScript
View Raw
1
2
3
import
t
from
"./SunLighting.js"
;
import
e
from
"./VirtualLighting.js"
;
const
i={
key
:
"type"
,
defaultKeyValue
:
"sun"
,
base
:
null
,
typeMap
:{
sun
:t,
virtual
:e}};
export
{i
as
lightingTypes};