Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kirandeol committed May 27, 2024
1 parent 2f41d69 commit 5ef2950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1980,7 +1980,7 @@

keysStrip.forEach((k,j) => {
stringPositions[i*n*3 + j*3] = x.get(k)(u[k])
stringPositions[i*n*3 + j*3 + 1] = y(k)
stringPositions[i*n*3 + j*3 + 1] = -y(k)
stringPositions[i*n*3 + j*3 + 2] = 0.5

stringColor[i*n*3 + j*3] = vs[0] / 255.
Expand Down

0 comments on commit 5ef2950

Please sign in to comment.