Skip to content

Commit

Permalink
Fix permalinking for particles demo
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 11a4241
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 11a4241

Please sign in to comment.