UNPKG
@doegis/core
Version:
latest (0.1.0)
0.1.0
DOE GIS API
@doegis/core
/
views
/
3d
/
terrain
/
SplitLimits.js
3 lines
(1 loc)
•
184 B
JavaScript
View Raw
1
2
3
class
i
{
constructor
(){
this
.fovX=
0
,
this
.fovY=
0
,
this
.relativeWidthLimit=
0
,
this
.relativeHeightLimit=
0
,
this
.maxLod=
0
,
this
.angledSplitBias=
0
,
this
.aboveGround=!
0
}}export{i
as
SplitLimits};