Gaussian
Description
- Derived from
-
GpuCode abstract
| Full source code is included in the Tinman 3D SDK download. |
The render effect code used by Example_GaussianParameters.
Public / Methods
PS
The pixel shader for 3D Gaussian splatting, based on splatVertex.glsl:
https://github.com/sparkjsdev/spark/blob/main/src/shaders/splatFragment.glsl
VS
The vertex shader for 3D Gaussian splatting, based on splatVertex.glsl:
https://github.com/sparkjsdev/spark/blob/main/src/shaders/splatVertex.glsl