Skip to content

Commit

Permalink
thin bunny oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzakm committed Mar 6, 2024
1 parent 9454c06 commit 50eceda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const initBunnies = async (renderer: WebGLRenderer, scene: Scene, count:

const tempMatrix = new Matrix4();
function updatePosition(id: number, [x, y, z]: Vector3Tuple) {
tempMatrix.makeScale(32, 32, 32);
tempMatrix.makeScale(25, 32, 1);
tempMatrix.setPosition(x, bounds.top - y, z);
sprite.setMatrixAt(id, tempMatrix);
dirtyInstanceMatrix = true;
Expand Down

0 comments on commit 50eceda

Please sign in to comment.