Skip to content

Commit

Permalink
README.md: Add a license badge
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianlipponer committed May 1, 2024
1 parent a77d338 commit 8dca246
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Surface Splatting
[![Build badge](https://github.com/sebastianlipponer/surface_splatting/actions/workflows/build.yml/badge.svg)](https://github.com/sebastianlipponer/surface_splatting/actions?workflow=build)
[![Build badge](https://github.com/sebastianlipponer/surface_splatting/actions/workflows/build.yml/badge.svg)](https://github.com/sebastianlipponer/surface_splatting/actions?workflow=build) [![license](https://img.shields.io/github/license/sebastianlipponer/surface_splatting)](https://github.com/sebastianlipponer/surface_splatting/blob/master/COPYING.MIT)

This demo implements a point rendering and texture filtering technique called *Surface Splatting*<sup>1</sup>. More specifically, it implements the GPU accelerated surface splatting approach by Botsch et al.<sup>2</sup> using OpenGL 3.3 (core profile). This basically comprises a raycasting based rasterization of elliptical splats, a deferred shading pipeline and an approximation to the original EWA filter<sup>1</sup>. The demo has been tested on a NVIDIA GTX 1080 Ti GPU using driver version 552.22 on Windows 10 (compiled with MSVC 2019) and 525.147.05 on Linux (compiled with GCC 12.2.0). It is built on top of [GLviz](https://github.com/sebastianlipponer/glviz) and is therefore rather simple to compile.

**Author**: [Sebastian Lipponer](http://sebastianlipponer.de), **License**: MIT

[![](http://sebastianlipponer.github.io/surface_splatting/dragon_thumbnail.png)](http://sebastianlipponer.github.io/surface_splatting/dragon.png)[![](http://sebastianlipponer.github.io/surface_splatting/dragon_splats_tail_thumbnail.png)](http://sebastianlipponer.github.io/surface_splatting/dragon_splats_tail.png)

_**Left**: Surface splatting of the Stanford Dragon model. **Right**: Closeup showing artificially shrunk splats to illustrate the splat distribution._
Expand Down

0 comments on commit 8dca246

Please sign in to comment.