Skip to content

Commit 4f7e53f

Browse files
authored
Update windmill gltf source (#325)
* Update model with new gltf url * Update model-interactive with new gltf url * Delete samples/3d-model/windmill.glb * Delete samples/3d-model-interactive/windmill.glb
1 parent a0c3328 commit 4f7e53f

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

samples/3d-model-interactive/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async function init() {
1515
});
1616

1717
const model = new Model3DInteractiveElement({
18-
src: './windmill.glb',
18+
src: 'https://maps-docs-team.web.app/assets/windmill.glb',
1919
position: { lat: 39.1178, lng: -106.4452, altitude: 4495.4952 },
2020
orientation: { heading: 0, tilt: 270, roll: 90 },
2121
scale: .15,
-76.7 KB
Binary file not shown.

samples/3d-model/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ async function init() {
1515
});
1616

1717
const model = new Model3DElement({
18-
src: './windmill.glb',
18+
src: 'https://maps-docs-team.web.app/assets/windmill.glb',
1919
position: { lat: 39.1178, lng: -106.4452, altitude: 4495.4952 },
2020
orientation: { heading: 0, tilt: 270, roll: 90 },
2121
scale: .15,

samples/3d-model/windmill.glb

-76.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)