Skip to content

Commit

Permalink
Opacity terminology
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardspecialist committed Nov 5, 2024
1 parent 5c48493 commit 30740cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extensions/2.0/Khronos/KHR_gaussian_splatting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ Each color channel `red`, `green`, and `blue` must each be multiplied by the zer

Those can then be converted to an `unsigned byte` color channel.

#### Alpha
#### Opacity

Alpha must be activated through the logistic function $\sigma(a) = \frac{1}{1 + e^{-a}}$ which constrains it to the range `[0 - 1)`
Opacity must be activated through the logistic function $\sigma(a) = \frac{1}{1 + e^{-a}}$ which constrains it to the range `[0 - 1)`

It can then be converted to an `unsigned byte` color channel.

#### Scale

'Activated' via exponentiation similar to `alpha`. $\exp(x)$
'Activated' via exponentiation similar to `opacity`. $\exp(x)$

#### Rotation

Expand Down

0 comments on commit 30740cb

Please sign in to comment.