Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/3d-model-interactive/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Binary file removed samples/3d-model-interactive/windmill.glb
Binary file not shown.
2 changes: 1 addition & 1 deletion samples/3d-model/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Binary file removed samples/3d-model/windmill.glb
Binary file not shown.