Skip to content

Commit

Permalink
Deploying to gh-pages from @ 96b4556 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kainino0x committed Oct 28, 2024
1 parent b36162b commit d5a5dc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions sample/particles/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/particles/main.js.map

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions sample/particles/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ const simulationParams = {
const simulationUBOBufferSize =
1 * 4 + // deltaTime
1 * 4 + // brightnessFactor
3 * 4 + // padding
2 * 4 + // padding
4 * 4 + // seed
0;
const simulationUBOBuffer = device.createBuffer({
Expand Down Expand Up @@ -411,7 +411,6 @@ function frame() {
simulationParams.simulate ? simulationParams.deltaTime : 0.0,
simulationParams.brightnessFactor,
0.0,
0.0,
0.0, // padding
Math.random() * 100,
Math.random() * 100, // seed.xy
Expand Down

0 comments on commit d5a5dc7

Please sign in to comment.