Commit Graph

16 Commits

Author SHA1 Message Date
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
bkerbl
ea68bdf29c Bump rasterizer, faster text loading 2023-09-05 19:30:53 +02:00
bkerbl
91f16deb45 Debugging behavior 2023-07-23 22:41:32 +02:00
bkerbl
d4fa4779d5 Debugging functionality 2023-07-23 12:48:17 +02:00
bkerbl
49afb8edb3 Restored diff rasterizer version 2023-07-20 00:50:35 +02:00
bkerbl
9f6e55e666 Bumped SIBR viewers 2023-07-20 00:45:24 +02:00
bkerbl
737f754069 Pushed diff-rasterizer 2023-07-14 16:18:22 +02:00
bkerbl
07c18da673 bump rasterizer 2023-07-12 02:01:01 +02:00
bkerbl
b89771f0ba Bump simple knn 2023-07-10 23:04:05 +02:00
bkerbl
ebf818e58c back to main for gaussian_splatting 2023-07-10 01:56:35 +02:00
bkerbl
bde813f554 Bumped sibr version 2023-07-10 01:55:15 +02:00
bkerbl
54c77a415f Bumped version 2023-07-09 16:18:54 +02:00
bkerbl
424012cd0d Changes to README, rescale from 1.6mpix 2023-07-09 14:36:02 +02:00
bkerbl
3323b79624 bold summary 2023-07-05 15:49:13 +02:00
Bernhard Kerbl
26942586b1 Added licenses, bumped submodule versions 2023-07-05 12:22:16 +02:00
bkerbl
9fce783a3b Added submodules 2023-07-04 10:10:59 +02:00