修改目录结构

This commit is contained in:
胡鑫 2023-05-26 14:53:49 +08:00
parent 6dcdd4a49c
commit 638f16445a
4 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ const anim = useAnimation({ from: 180, to: 0, duration: 5000 })
<template>
<div class="relative h-96 w-96 bg-transparent">
<World color="transparent" default-light="studio">
<LingoModel src="/apple_watch/scene.gltf" :y="0" :rotation-z="anim" :box-visible="false" />
<LingoModel src="/model/apple_watch/scene.gltf" :y="0" :rotation-z="anim" :box-visible="false" />
<OrbitCamera active :z="100" :y="80" :zoom="1" auto-rotate enable-damping />
</World>
</div>

View File

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 84 KiB