UNPKG
@doegis/core
Version:
latest (0.1.0)
0.1.0
DOE GIS API
@doegis/core
/
views
/
3d
/
terrain
/
TerrainSurfacePerformanceInfo.js
3 lines
(1 loc)
•
217 B
JavaScript
View Raw
1
2
3
class
e
{
constructor
(){
this
.numNodes=
0
,
this
.numLeaves=
0
,
this
.numVisible=
0
,
this
.numRendered=
0
,
this
.numSplit=
0
,
this
.numMerged=
0
,
this
.numRenderedPerLevel=new Array,
this
.numLoadedPerLevel=new Array}}export{e
as
default};