Skip to content

Commit 0b2bf57

Browse files
committed
Add links
1 parent 02717e7 commit 0b2bf57

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
</picture>
2727
</a>
2828

29+
Sponsored by [World Labs](https://www.worldlabs.ai).
30+
2931
## Features
3032

3133
- Integrates with THREE.js rendering pipeline to fuse splat and mesh-based objects

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ hide:
88
<div class="hero">
99
<h1><img src="/assets/images/logo-hero.png"/></h1>
1010
<h2>An advanced 3D Gaussian Splatting renderer for THREE.js</h2>
11+
<div class="sponsors">
12+
Sponsored by <a href="https://www.worldlabs.ai">World Labs</a>
13+
</div>
1114
<div class="feature-list">
1215
Integrate in your scene with other meshes and splats, fast rendering on all devices, programmable dynamic splat effects, wide format support (ply, <a href="https://github.com/fraunhoferhhi/Self-Organizing-Gaussians">sogs</a>, spz, splat, ksplat)
1316
</div>

docs/overrides/main.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,15 @@
2727
}
2828
.hero h2 {
2929
margin-top: 1rem;
30-
margin-bottom: 2rem;
30+
margin-bottom: 1rem;
3131
}
3232
.hero p {
3333
font-size: 1.2rem;
3434
margin-bottom: 0rem;
3535
}
36-
36+
.sponsors {
37+
margin: 10px;
38+
}
3739
.hero iframe.hero-image {
3840
width: 100%;
3941
max-width: 800px;

0 commit comments

Comments
 (0)