We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb7dc5 commit 296eaeeCopy full SHA for 296eaee
1 file changed
src/SplatAccumulator.ts
@@ -97,7 +97,7 @@ export class SplatAccumulator {
97
}
98
99
this.splats.numSplats = numSplats;
100
- this.toWorld = originToWorld;
+ this.toWorld.copy(originToWorld);
101
this.mapping = generators;
102
return updated !== 0;
103
0 commit comments