Skip to content

Commit

Permalink
fix particles link
Browse files Browse the repository at this point in the history
fix for #432
  • Loading branch information
kainino0x committed Jul 23, 2024
1 parent 8d143c2 commit d4f9e7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sample/particles/meta.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export default {
name: 'Particles (HDR)',
tocName: 'particles (HDR)',
description:
'This example demonstrates rendering of particles (using HDR capabilities when possible) simulated with compute shaders.',
filename: __DIRNAME__,
Expand Down
2 changes: 1 addition & 1 deletion src/samples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const pageCategories: PageCategory[] = [
normalMap,
shadowMapping,
deferredRendering,
'particles (HDR)': particles,
particles,
points,
imageBlur,
cornell,
Expand Down

0 comments on commit d4f9e7e

Please sign in to comment.