@rings-webgpu/core 1.0.49 → 1.0.50
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 +1 -1
- package/dist/rings.es.max.js +2 -2
- package/dist/rings.umd.js +2 -2
- package/dist/rings.umd.js.map +1 -1
- package/dist/rings.umd.max.js +2 -2
- package/package.json +1 -1
package/dist/rings.umd.max.js
CHANGED
|
@@ -42333,7 +42333,7 @@ else if (typeof exports === 'object')
|
|
|
42333
42333
|
}
|
|
42334
42334
|
}
|
|
42335
42335
|
|
|
42336
|
-
const version = "1.0.
|
|
42336
|
+
const version = "1.0.50";
|
|
42337
42337
|
|
|
42338
42338
|
class Engine3D {
|
|
42339
42339
|
/**
|
|
@@ -62562,7 +62562,7 @@ fn frag(){
|
|
|
62562
62562
|
_streamParser = null;
|
|
62563
62563
|
_streamingRenderer = null;
|
|
62564
62564
|
_rendererObject = null;
|
|
62565
|
-
_chunksPerBatch =
|
|
62565
|
+
_chunksPerBatch = 1e4;
|
|
62566
62566
|
// Number of splats to process per batch
|
|
62567
62567
|
_headerParsed = false;
|
|
62568
62568
|
_onHeaderParsed = null;
|