@rings-webgpu/core 1.0.41 → 1.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/rings.es.js +2 -2
- package/dist/rings.es.js.map +2 -2
- package/dist/rings.es.max.js +3 -1
- package/dist/rings.umd.js +2 -2
- package/dist/rings.umd.js.map +2 -2
- package/dist/rings.umd.max.js +3 -1
- package/dist/types/loader/parser/tileRenderer/TilesRenderer.d.ts +1 -0
- package/package.json +1 -1
package/dist/rings.umd.max.js
CHANGED
|
@@ -42292,7 +42292,7 @@ else if (typeof exports === 'object')
|
|
|
42292
42292
|
}
|
|
42293
42293
|
}
|
|
42294
42294
|
|
|
42295
|
-
const version = "1.0.
|
|
42295
|
+
const version = "1.0.42";
|
|
42296
42296
|
|
|
42297
42297
|
class Engine3D {
|
|
42298
42298
|
/**
|
|
@@ -66281,6 +66281,7 @@ fn frag(){
|
|
|
66281
66281
|
used: 0,
|
|
66282
66282
|
active: 0,
|
|
66283
66283
|
visible: 0,
|
|
66284
|
+
sceneCount: 0,
|
|
66284
66285
|
inCacheSinceLoad: 0
|
|
66285
66286
|
};
|
|
66286
66287
|
// Configuration options
|
|
@@ -66884,6 +66885,7 @@ fn frag(){
|
|
|
66884
66885
|
tile.__wasSetVisible = true;
|
|
66885
66886
|
this.stats.visible++;
|
|
66886
66887
|
}
|
|
66888
|
+
this.stats.sceneCount++;
|
|
66887
66889
|
tile.loadingState = LOADED;
|
|
66888
66890
|
tile.usedLastFrame = true;
|
|
66889
66891
|
markVisibleTiles(tile, this);
|