bilca commited on
Commit
bc81585
·
verified ·
1 Parent(s): b1c6cb3

Update index.html

Browse files
Files changed (1) hide show
  1. 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/galerie_double_v/resolve/main/Chien_clean.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);
 
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);