File size: 2,028 Bytes
c75b162
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Differential Triangle Rasterization

Used as the rasterization engine for the paper "Triangle Splatting for Real-Time Radiance Field Rendering". If you can make use of it in your own research, please be so kind to cite us.

<section class="section" id="BibTeX">
  <div class="container is-max-desktop content">
    <h2 class="title">BibTeX</h2>
    <pre><code>@misc{held2025triangle,
title={Triangle Splatting for Real-Time Radiance Field Rendering}, 
author={Jan Held and Renaud Vandeghen and Adrien Deliege and Abdullah Hamdi and Silvio Giancola and Anthony Cioppa and Andrea Vedaldi and Bernard Ghanem and Andrea Tagliasacchi and Marc Van Droogenbroeck},
year={2025},
eprint={2505.19175},
url={https://arxiv.org/abs/2505.19175}, 
}
</code></pre>
  </div>
</section>

<section class="section" id="BibTeX">
  <div class="container is-max-desktop content">
    <pre><code>@inproceedings{Held20253DConvex,
title = {{3D} Convex Splatting: Radiance Field Rendering with {3D} Smooth Convexes},
author = {Jan Held and Renaud Vandeghen and Abdullah Hamdi and Adrien Deli\`ege and Anthony Cioppa and Silvio Giancola and Andrea Vedaldi and Bernard Ghanem and Marc Van Droogenbroeck},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
address = {Nashville, TN, USA},
month = {June},
year = {2025}
}
</code></pre>
  </div>
</section>

<section class="section" id="BibTeX">
  <div class="container is-max-desktop content">
    <!-- <h2 class="title">BibTeX</h2> -->
    <pre><code>@Article{kerbl3Dgaussians,
      author       = {Kerbl, Bernhard and Kopanas, Georgios and Leimk{\"u}hler, Thomas and Drettakis, George},
      title        = {3D Gaussian Splatting for Real-Time Radiance Field Rendering},
      journal      = {ACM Transactions on Graphics},
      number       = {4},
      volume       = {42},
      month        = {July},
      year         = {2023},
      url          = {https://repo-sam.inria.fr/fungraph/3d-gaussian-splatting/}
}</code></pre>
  </div>
</section>