Skip to content

Commit

Permalink
🫶
Browse files Browse the repository at this point in the history
  • Loading branch information
rreusser committed Aug 23, 2023
1 parent df42cf2 commit f49680e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion domain-coloring-with-scaling/bundle.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/src/domain-coloring-with-scaling/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ function run (regl) {
const state = GUI(State({
t: State.Tabs({
config: State.Section({
omega: State.Slider(20.0, {min: 0.05, max: 100.0, step: 0.001, label: 'Frequency, ω'}),
nu: State.Slider(0.33, {min: 0, max: 0.49, step: 0.001, label: 'Poisson ratio, ν'}),
omega: State.Slider(20.0, {min: 0.05, max: 100.0, step: 0.01, label: 'Frequency, ω'}),
nu: State.Slider(0.33, {min: 0, max: 0.49, step: 0.01, label: 'Poisson ratio, ν'}),
lossTangent: State.Slider(0.12, {min: 0, max: Math.PI * 2 + 1e-8, step: Math.PI / 1000, label: 'Loss tangent'}),
}, {label: 'Config'}),
dc: State.Section({
Expand Down

0 comments on commit f49680e

Please sign in to comment.