Skip to content

Commit

Permalink
Gsplat chunk fix (#7292)
Browse files Browse the repository at this point in the history
  • Loading branch information
slimbuck authored Jan 17, 2025
1 parent b5991b4 commit 64fafcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/src/examples/loaders/gsplat-many.shader.vert
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ void main(void) {
vec3 centerPos = animatePosition(readCenter(source));

SplatCenter center;
initCenter(source, centerPos, center);
initCenter(centerPos, center);

// project center to screen space
SplatCorner corner;
Expand Down

0 comments on commit 64fafcd

Please sign in to comment.