Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chunibyo-wly authored Aug 31, 2024
1 parent 9821e94 commit 1db0d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ function load(name) {
gl_Position = projectionMatrix * modelViewMatrix * vec4(position, 1.0);
}
gl_PointSize = 10.0;
gl_PointSize = 6.0;
}
`,
fragmentShader: `
Expand Down

0 comments on commit 1db0d12

Please sign in to comment.