toggle antialiasing, update rasterizer

This commit is contained in:
alanvinx
2024-09-06 16:42:18 +02:00
parent 27c448840f
commit b4332aae6a
4 changed files with 5 additions and 11 deletions

View File

@@ -45,7 +45,8 @@ def render(viewpoint_camera, pc : GaussianModel, pipe, bg_color : torch.Tensor,
sh_degree=pc.active_sh_degree,
campos=viewpoint_camera.camera_center,
prefiltered=False,
debug=pipe.debug
debug=pipe.debug,
antialiasing=pipe.antialiasing
)
rasterizer = GaussianRasterizer(raster_settings=raster_settings)