@rings-webgpu/core 1.0.40 → 1.0.41

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.
@@ -42292,7 +42292,7 @@ else if (typeof exports === 'object')
42292
42292
  }
42293
42293
  }
42294
42294
 
42295
- const version = "1.0.39";
42295
+ const version = "1.0.41";
42296
42296
 
42297
42297
  class Engine3D {
42298
42298
  /**
@@ -55178,7 +55178,7 @@ fn frag(){
55178
55178
  * Update node before rendering
55179
55179
  */
55180
55180
  nodeUpdate(view, passType, renderPassState, clusterLightingBuffer) {
55181
- if (this._validCount > 0 && view?.camera && this._frameCount >= 60) {
55181
+ if (this._validCount > 0 && view?.camera) {
55182
55182
  if (view.camera.viewMatrix) {
55183
55183
  this.scheduleOrder(view.camera.viewMatrix);
55184
55184
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rings-webgpu/core",
3
- "version": "1.0.40",
3
+ "version": "1.0.41",
4
4
  "description": "Rings webgpu Engine",
5
5
  "main": "index.js",
6
6
  "exports": {