File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< script src ="https://aframe.io/releases/1.4.2/aframe.min.js "> </ script >
5
5
< script src ="https://quadjr.github.io/aframe-gaussian-splatting/index.js "> </ script >
6
+ < script src ="
https://unpkg.com/[email protected] /dist/aframe-orbit-controls.min.js "
> </ script >
7
+ < script src ="https://quadjr.github.io/aframe-gaussian-splatting/index.js "> </ script >
6
8
</ head >
7
9
< body >
8
10
< a-scene renderer ="antialias: false " stats >
11
+ < a-entity camera look-controls ="enabled: false " orbit-controls ="target: 0 2 0; minDistance: -10000; initialPosition: 0 0 0; rotateSpeed: 0.5 "> </ a-entity >
9
12
< a-entity gaussian_splatting ="src: https://huggingface.co/NikV09/SplaTAM_S1/resolve/main/SplaTAM_S2_scaled.splat; " rotation ="0 0 0 " position ="0 1.5 -2 "> </ a-entity >
10
13
< a-sky color ="#FFFFFF "> </ a-sky >
11
14
</ a-scene >
You can’t perform that action at this time.
0 commit comments