Skip to content

Commit

Permalink
feat(Sky): make prop descriptions consistent in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andretchen0 committed Sep 16, 2023
1 parent 08d2f67 commit a62b6d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guide/staging/sky.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ import { Sky } from '@tresjs/cientos'

| Prop | Description | Default |
| :------------------ | :---------------------------------------------------------------------------------------------------------------------------------- | ---------- |
| `elevation` | The sun's elevation from the horizon, in degrees | `0.6` |
| `azimuth` | The sun's [azimuth angle](https://en.wikipedia.org/wiki/Solar_azimuth_angle), in degrees – its horizontal coordinate on the horizon | `180` |
| `elevation` | Sun's elevation from the horizon, in degrees | `0.6` |
| `azimuth` | Sun's [azimuth angle](https://en.wikipedia.org/wiki/Solar_azimuth_angle), in degrees – its horizontal coordinate on the horizon | `180` |
| `mie-coefficient` | [Mie scattering](https://en.wikipedia.org/wiki/Mie_scattering) amount | `0.005` |
| <nobr>`mie-directional-g`</nobr> | [Mie scattering](https://en.wikipedia.org/wiki/Mie_scattering) direction | `0.7` |
| `rayleigh` | [Rayleigh scattering](https://en.wikipedia.org/wiki/Rayleigh_scattering) | `3` |
| `turbidity` | Haziness | `3.4` |
| `distance` | Scale of the sky box | `450000` |
| `distance` | Sky box scale | `450000` |

0 comments on commit a62b6d2

Please sign in to comment.