File tree Expand file tree Collapse file tree 7 files changed +4
-3
lines changed Expand file tree Collapse file tree 7 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 21
21
< pc-asset src ="../node_modules/playcanvas/scripts/esm/xr-controllers.mjs "> </ pc-asset >
22
22
< pc-asset src ="../node_modules/playcanvas/scripts/esm/xr-navigation.mjs "> </ pc-asset >
23
23
< pc-asset src ="../node_modules/playcanvas/scripts/esm/xr-session.mjs "> </ pc-asset >
24
- < pc-asset src ="assets/splats/angel.compressed.ply " id ="angel "> </ pc-asset >
24
+ < pc-asset src ="assets/splats/angel.sog " id ="angel "> </ pc-asset >
25
25
< pc-asset src ="assets/skies/sepulchral-chapel-rotunda-4k.webp " id ="rotunda "> </ pc-asset >
26
26
<!-- Scene -->
27
27
< pc-scene >
49
49
</ pc-scripts >
50
50
</ pc-entity >
51
51
<!-- Statue -->
52
- < pc-entity name ="statue " position ="0 1 0 " rotation ="0 45 0 ">
52
+ < pc-entity name ="statue " position ="0 1 0 " rotation ="0 - 45 180 ">
53
53
< pc-splat asset ="angel "> </ pc-splat >
54
54
</ pc-entity >
55
55
</ pc-scene >
Original file line number Diff line number Diff line change 21
21
< pc-asset src ="assets/scripts/tweener.mjs "> </ pc-asset >
22
22
< pc-asset src ="assets/scripts/video-recorder.mjs "> </ pc-asset >
23
23
< pc-asset src ="assets/scripts/video-recorder-ui.mjs "> </ pc-asset >
24
- < pc-asset src ="assets/splats/biker.compressed.ply " id ="biker "> </ pc-asset >
24
+ < pc-asset src ="assets/splats/biker.sog " id ="biker "> </ pc-asset >
25
25
<!-- Scene -->
26
26
< pc-scene >
27
27
<!-- Camera -->
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ const extToType = new Map([
17
17
[ 'mjs' , 'script' ] ,
18
18
[ 'ply' , 'gsplat' ] ,
19
19
[ 'png' , 'texture' ] ,
20
+ [ 'sog' , 'gsplat' ] ,
20
21
[ 'txt' , 'text' ] ,
21
22
[ 'vert' , 'shader' ] ,
22
23
[ 'webp' , 'texture' ]
You can’t perform that action at this time.
0 commit comments