Skip to content

Commit 0cfa39d

Browse files
61cygnidmarcos
andauthored
Add Sutro tower SOGS example (#111)
* Add Sutro tower SOGS example - Reset to default settings - Add to main index * Remove spark renderer * Update example title --------- Co-authored-by: 61cygni <> Co-authored-by: Diego Marcos <diego.marcos@gmail.com>
1 parent 8c35d52 commit 0cfa39d

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

examples/sogs/index.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@
3636
renderer.setSize(window.innerWidth, window.innerHeight);
3737
document.body.appendChild(renderer.domElement);
3838

39-
const spark = new SparkRenderer({
40-
renderer,
41-
preBlurAmount: 0.0,
42-
blurAmount: 0.3,
43-
});
44-
45-
scene.add(spark);
46-
4739
const splatURL = await getAssetFileURL("sutro.zip");
4840
const sutroTower = new SplatMesh({ url: splatURL });
4941
sutroTower.quaternion.set(1, 0, 0, 0);

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ <h2>Examples</h2>
148148
<li><a href="/examples/debug-color/">Debug Coloring</a></li>
149149
<li><a href="/examples/depth-of-field/">Depth of Field</a></li>
150150
<li><a href="/examples/splat-texture/">Splat Texture</a></li>
151+
<li><a href="/examples/sogs/">SOGS Compression</a></li>
151152
<li><a href="/examples/editor/">Editor</a></li>
152153
<li><a href="/examples/viewer/">Viewer</a></li>
153154
</ul>

0 commit comments

Comments
 (0)