|
@@ -2,7 +2,8 @@
|
|
|
import { useControls } from '@tresjs/leches'
|
|
|
import { useGLTF } from '@tresjs/cientos'
|
|
|
|
|
|
-const { scene } = await useGLTF('https://raw.githubusercontent.com/Tresjs/assets/main/models/gltf/blender-cube.glb', { draco: true })
|
|
|
+const { scene } = await useGLTF('https://raw.githubusercontent.com/Tresjs/assets/main/models/gltf/blender-cube.glb',
|
|
|
+ { draco: true })
|
|
|
|
|
|
const { nodes } = await useGLTF(
|
|
|
'https://raw.githubusercontent.com/Tresjs/assets/main/models/gltf/aku-aku/AkuAku.gltf',
|