Skip to content

Commit

Permalink
Model Pfad korrigiert
Browse files Browse the repository at this point in the history
  • Loading branch information
niklaskothe committed Dec 17, 2023
1 parent 45b3857 commit 8db56b5
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex, nofollow">
<title>Portfolio</title>
<script type="module" crossorigin src="/assets/index-ee8790d8.js"></script>
<script type="module" crossorigin src="/assets/index-b089ba17.js"></script>
<link rel="stylesheet" href="/assets/index-1756102f.css">
</head>
<body>
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/components/3DModel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<DirectionalLight
:position="{ x: 0, y: 200, z: 100 }"
/>
<GltfModel src="/../../../public/Tree1.glb" />
<GltfModel src="/../../../public/model/Tree1.glb" />
</Scene>
</Renderer>
</template>
Expand Down

0 comments on commit 8db56b5

Please sign in to comment.