We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac5c01 commit 789e00dCopy full SHA for 789e00d
extensions/2.0/Khronos/KHR_gaussian_splatting/README.md
@@ -92,6 +92,18 @@ Sample:
92
}
93
```
94
95
+## Gaussian Splats
96
+
97
+Before storing values into attributes, the data will have been preprocessed from the Gaussian Splat training process.
98
99
+| Attribute | Process |
100
+| --- | --- |
101
+| Alpha | Activated through logistic function `sigmoid(a) = 1 / (1 + e^(-a))` |
102
+| Scale | Natural exponentiation `exp(scale)` |
103
+| Rotation | Normalized Quaternion |
104
+| Diffuse Color | Multiplied by zero-order spherical harmonic constant `0.28209479177387814` |
105
106
107
## Implementation
108
109
_This section is non-normative_
0 commit comments