Skip to content

Commit

Permalink
Fix soe
Browse files Browse the repository at this point in the history
  • Loading branch information
vhiribarren committed Dec 14, 2023
1 parent f165586 commit fb59585
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 24 deletions.
6 changes: 0 additions & 6 deletions src/app/basic/static-gradient/fragment.glsl

This file was deleted.

10 changes: 0 additions & 10 deletions src/app/basic/static-gradient/page.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion src/app/noise/voronoi/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function VoronoiNoiseControl({controlUiTunnel}: FragmentLogic) {
export default function Page() {
return (
<FragmentView
title="Voronoi Grid"
title="Voronoi"
fragmentShader={fragmentShader}
withUi={true}
control={VoronoiNoiseControl} />
Expand Down
11 changes: 4 additions & 7 deletions src/config/menu.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
[{
"group": "Basic",
"pages": [{
"title": "Static Gradient",
"slug": "/basic/static-gradient"
"pages": [
{
"title": "Radial HSL",
"slug": "/basic/radial-hsl"
},
{
"title": "Time Gradient",
"slug": "/basic/time-gradient"
},
{
"title": "Radial HSL",
"slug": "/basic/radial-hsl"
}
]
}, {
Expand Down

0 comments on commit fb59585

Please sign in to comment.