@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.
- package/dist/rings.es.js +2 -2
- package/dist/rings.es.js.map +2 -2
- package/dist/rings.es.max.js +2 -2
- package/dist/rings.umd.js +2 -2
- package/dist/rings.umd.js.map +2 -2
- package/dist/rings.umd.max.js +2 -2
- 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.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
|
|
55181
|
+
if (this._validCount > 0 && view?.camera) {
|
|
55182
55182
|
if (view.camera.viewMatrix) {
|
|
55183
55183
|
this.scheduleOrder(view.camera.viewMatrix);
|
|
55184
55184
|
}
|