Skip to content

Commit

Permalink
docs: add a refactor todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed Jan 24, 2024
1 parent 32fd1d5 commit 49d2814
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/render/gaussian.wgsl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49d2814

Please sign in to comment.