diff --git a/samples/3d-model-interactive/index.ts b/samples/3d-model-interactive/index.ts index dd00c834..910ec81a 100644 --- a/samples/3d-model-interactive/index.ts +++ b/samples/3d-model-interactive/index.ts @@ -15,7 +15,7 @@ async function init() { }); const model = new Model3DInteractiveElement({ - src: './windmill.glb', + src: 'https://maps-docs-team.web.app/assets/windmill.glb', position: { lat: 39.1178, lng: -106.4452, altitude: 4495.4952 }, orientation: { heading: 0, tilt: 270, roll: 90 }, scale: .15, diff --git a/samples/3d-model-interactive/windmill.glb b/samples/3d-model-interactive/windmill.glb deleted file mode 100644 index 00ab5537..00000000 Binary files a/samples/3d-model-interactive/windmill.glb and /dev/null differ diff --git a/samples/3d-model/index.ts b/samples/3d-model/index.ts index 28428bf6..bb74d889 100644 --- a/samples/3d-model/index.ts +++ b/samples/3d-model/index.ts @@ -15,7 +15,7 @@ async function init() { }); const model = new Model3DElement({ - src: './windmill.glb', + src: 'https://maps-docs-team.web.app/assets/windmill.glb', position: { lat: 39.1178, lng: -106.4452, altitude: 4495.4952 }, orientation: { heading: 0, tilt: 270, roll: 90 }, scale: .15, diff --git a/samples/3d-model/windmill.glb b/samples/3d-model/windmill.glb deleted file mode 100644 index 00ab5537..00000000 Binary files a/samples/3d-model/windmill.glb and /dev/null differ