Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yzslab committed Sep 16, 2024
1 parent 69595e1 commit f365bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/renderers/partition_lod_renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def forward(
partition_lods[partition_distances < self.lod_thresholds[i]] = i

# visibility
# TODO: optimize visibility based filter, it does correctly know whether a partition partly in front of the camera is invisible
# TODO: optimize visibility based filter, it does not correctly know whether a partition partly in front of the camera is invisible
is_partition_visible = torch.ones_like(self.is_partition_visible)
if self.config.visibility_filter:
full_perspective_projection = viewpoint_camera.get_full_perspective_projection()
Expand Down

0 comments on commit f365bc4

Please sign in to comment.