Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -62,7 +62,7 @@
|
|
62 |
window.addEventListener('resize', resize);
|
63 |
app.on('destroy', () => window.removeEventListener('resize', resize));
|
64 |
const assets = {
|
65 |
-
biker: new pc.Asset('gsplat', 'gsplat', { url: `https://huggingface.co/datasets/bilca/
|
66 |
orbit: new pc.Asset('script', 'script', { url: `https://bilca-visionneur-playcanva.static.hf.space/orbit-camera.js` })
|
67 |
};
|
68 |
const assetListLoader = new pc.AssetListLoader(Object.values(assets), app.assets);
|
|
|
62 |
window.addEventListener('resize', resize);
|
63 |
app.on('destroy', () => window.removeEventListener('resize', resize));
|
64 |
const assets = {
|
65 |
+
biker: new pc.Asset('gsplat', 'gsplat', { url: `https://huggingface.co/datasets/bilca/ply_files/resolve/main/tests/Statue_Long_ext_v03.ply` }),
|
66 |
orbit: new pc.Asset('script', 'script', { url: `https://bilca-visionneur-playcanva.static.hf.space/orbit-camera.js` })
|
67 |
};
|
68 |
const assetListLoader = new pc.AssetListLoader(Object.values(assets), app.assets);
|