Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/damiponce/3d-noise
Browse files Browse the repository at this point in the history
  • Loading branch information
damiponce committed Aug 31, 2023
2 parents a0f8c36 + f156602 commit 73cd631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ const IndexPage = () => {
widthSegments,
heightSegments,
} = useControls({
ARRAY_WIDTH: { value: 45, min: 1, max: 500, step: 1 },
ARRAY_HEIGHT: { value: 30, min: 1, max: 500, step: 1 },
ARRAY_WIDTH: { value: 45, min: 1, max: 300, step: 1 },
ARRAY_HEIGHT: { value: 30, min: 1, max: 300, step: 1 },
SCALE: { value: 0.1, min: 0.001, max: 0.2 },
speed: { value: 1, min: 0.25, max: 4, step: 0.25 },
ambientLight: true,
Expand Down

0 comments on commit 73cd631

Please sign in to comment.