Skip to content

Commit d2e434c

Browse files
type
1 parent 80c3835 commit d2e434c

File tree

1 file changed

+1
-1
lines changed
  • extensions/2.0/Khronos/KHR_gaussian_splatting

1 file changed

+1
-1
lines changed

extensions/2.0/Khronos/KHR_gaussian_splatting/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ In the vertex shader, we first must compute covariance in 3D and then 2D space.
104104

105105
```
106106
//https://github.com/graphdeco-inria/diff-gaussian-rasterization/blob/59f5f77e3ddbac3ed9db93ec2cfe99ed6c5d121d/cuda_rasterizer/forward.cu#L118
107-
void calculateCovariance3D(vec3 rotation, vec3 scale, out float[6] covariance3D)
107+
void calculateCovariance3D(vec4 rotation, vec3 scale, out float[6] covariance3D)
108108
{
109109
mat3 S = mat3(
110110
scale[0], 0, 0,

0 commit comments

Comments
 (0)