Skip to content

Commit

Permalink
properties
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardspecialist committed Nov 1, 2024
1 parent cac5c01 commit 789e00d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions extensions/2.0/Khronos/KHR_gaussian_splatting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,18 @@ Sample:
}
```

## Gaussian Splats

Before storing values into attributes, the data will have been preprocessed from the Gaussian Splat training process.

| Attribute | Process |
| --- | --- |
| Alpha | Activated through logistic function `sigmoid(a) = 1 / (1 + e^(-a))` |
| Scale | Natural exponentiation `exp(scale)` |
| Rotation | Normalized Quaternion |
| Diffuse Color | Multiplied by zero-order spherical harmonic constant `0.28209479177387814` |


## Implementation

_This section is non-normative_
Expand Down

0 comments on commit 789e00d

Please sign in to comment.