diff --git a/src/render/gaussian.wgsl b/src/render/gaussian.wgsl index 864e35cc..b2f015db 100644 --- a/src/render/gaussian.wgsl +++ b/src/render/gaussian.wgsl @@ -200,6 +200,7 @@ fn compute_cov2d( let cov3d = decomposed.cov3d; let position = position + decomposed.delta_mean; let opacity = decomposed.opacity; + // TODO: refactor compute_cov2d to accept cov3d input (allows opacity/updated position to be used in parent) #else let cov3d = compute_cov3d(scale, rotation); #endif