@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.cjs
CHANGED
|
@@ -7611,6 +7611,7 @@ const _GSSplatRenderer = class _GSSplatRenderer {
|
|
|
7611
7611
|
]
|
|
7612
7612
|
});
|
|
7613
7613
|
if (this.editorEnabled) this.rebuildEditorBindGroup();
|
|
7614
|
+
this.sortStateInitialized = false;
|
|
7614
7615
|
}
|
|
7615
7616
|
render(pass) {
|
|
7616
7617
|
if (this.splatCount === 0 || !this.bindGroup || !this.sorter) {
|