gaussian-splatting/submodules
Matthieu Gendrin 0a948b363f raster_settings pass projection_matrix instead of full_projection_transform to cuda code
full_projection_transform is the multiplication of view_matrix and
projection_matrix. Thus, passing (view_matrix, projection_matrix) is
equivalent to (view_matrix, full_projection_transform).

Passing projection_matrix as arguments to rasterize_gaussians enables
to get intrinsics informations in the rendering code. Since we'll need
central point (cx, cy), this is the aim of this refacto commit.

Signed-off-by: Matthieu Gendrin <matthieu.gendrin@orange.com>
2024-03-18 13:26:07 +01:00
..
diff-gaussian-rasterization@e8b2476380 raster_settings pass projection_matrix instead of full_projection_transform to cuda code 2024-03-18 13:26:07 +01:00
simple-knn@44f764299f Bump simple knn 2023-07-10 23:04:05 +02:00