修改目录结构
This commit is contained in:
parent
6dcdd4a49c
commit
638f16445a
|
@ -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>
|
||||
|
|
Before Width: | Height: | Size: 84 KiB After Width: | Height: | Size: 84 KiB |
Loading…
Reference in New Issue