@d5techs/3dgs-lib 1.4.15 → 1.4.16
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/3dgs-lib.cjs +1 -0
- package/dist/3dgs-lib.cjs.map +1 -1
- package/dist/3dgs-lib.js +1 -0
- package/dist/3dgs-lib.js.map +1 -1
- package/package.json +1 -1
package/dist/3dgs-lib.js
CHANGED
|
@@ -7609,6 +7609,7 @@ const _GSSplatRenderer = class _GSSplatRenderer {
|
|
|
7609
7609
|
]
|
|
7610
7610
|
});
|
|
7611
7611
|
if (this.editorEnabled) this.rebuildEditorBindGroup();
|
|
7612
|
+
this.sortStateInitialized = false;
|
|
7612
7613
|
}
|
|
7613
7614
|
render(pass) {
|
|
7614
7615
|
if (this.splatCount === 0 || !this.bindGroup || !this.sorter) {
|