surface_splatting icon indicating copy to clipboard operation
surface_splatting copied to clipboard

OpenGL demo of a point rendering and texture filtering technique called Surface Splatting.

Results 4 surface_splatting issues
Sort by recently updated
recently updated
newest added

Hello, It looks that surface splatting is one of best alternatives of meshing based point cloud surface reconstruction. It could be very appreciated if you can give an example of...

Hi Sebastian, is it possible to use an orthographic projection instead of the perspective one? Do I need to change some shader code or is it enough to just change...

Hello sir, can you please explain to me how you exactly computed non-normalized tangent vectors u and v

Hi. Thank you for your great code. I met following error after running binary program. ```bash bash build-extern.sh cmake . make ./bin/surface_splatting ``` Error ```bash Failed to initialize OpenGL: Error:...