Skip to content

Commit 1690ffd

Browse files
author
b
committed
new glbs
1 parent 353112b commit 1690ffd

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
1.37 MB
Binary file not shown.
1.96 MB
Binary file not shown.

src/components/Logo3D.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const initThreeJS = () => {
5757
5858
// Load GLB model
5959
const loader = new GLTFLoader()
60-
loader.load('/sample.glb', (gltf) => {
60+
loader.load('/2ae0aaee-e2de-45f0-aee2-9f7da77f7c18.glb', (gltf) => {
6161
model = gltf.scene
6262
model.scale.setScalar(5.5) // Scale set to 5.5
6363
scene.add(model)

0 commit comments

Comments
 (0)