@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.
@@ -42333,7 +42333,7 @@ else if (typeof exports === 'object')
42333
42333
  }
42334
42334
  }
42335
42335
 
42336
- const version = "1.0.49";
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 = 1e3;
62565
+ _chunksPerBatch = 1e4;
62566
62566
  // Number of splats to process per batch
62567
62567
  _headerParsed = false;
62568
62568
  _onHeaderParsed = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rings-webgpu/core",
3
- "version": "1.0.49",
3
+ "version": "1.0.50",
4
4
  "description": "Rings webgpu Engine",
5
5
  "main": "index.js",
6
6
  "exports": {