Skip to content

Commit

Permalink
0->j
Browse files Browse the repository at this point in the history
  • Loading branch information
slimbuck committed Sep 16, 2024
1 parent 6cda95f commit 354fd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scene/gsplat/gsplat.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ class GSplat {
for (let i = 0; i < gsplatData.numSplats; ++i) {
// get coefficients
for (let j = 0; j < 45; ++j) {
c[j] = src[0][i];
c[j] = src[j][i];
}

// calculate maximum absolute value
Expand Down

0 comments on commit 354fd2f

Please sign in to comment.