Skip to content

Commit

Permalink
feat(Sky): set demo max mieDirectionalG to 0.99
Browse files Browse the repository at this point in the history
  • Loading branch information
andretchen0 committed Sep 15, 2023
1 parent 12b7c38 commit a4475db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/src/pages/staging/SkyDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const [turbidity, rayleigh, mieCoefficient, mieDirectionalG, elevation, azimuth,
turbidity: { value: 3.4, min: 0, max: 20, step: 0.1 },
rayleigh: { value: 3, min: 0, max: 4, step: 0.1 },
mieCoefficient: { value: 0.005, min: 0, max: 0.1, step: 0.001 },
mieDirectionalG: { value: 0.7, min: 0, max: 1, step: 0.1 },
mieDirectionalG: { value: 0.7, min: 0, max: 0.99, step: 0.01 },
elevation: { value: 2, min: 0, max: 90, step: 0.1 },
azimuth: { value: 180, min: 0, max: 360, step: 1 },
exposure: { value: 0.5, min: 0, max: 1, step: 0.01 },
Expand Down

0 comments on commit a4475db

Please sign in to comment.