Skip to content

Commit

Permalink
feat(cientos): 176 remove models (#199)
Browse files Browse the repository at this point in the history
* chore: refactor of routes, re-organization components (drei similar), refactor docs

* chore: install @tweakpane/plugin-essentials only in docs

* fix: dead link

* feat: remove cardbobot, suzanne. Add blender-cube in backdrop demo
  • Loading branch information
JaimeTorrealba committed Sep 13, 2023
1 parent 9f4fdd4 commit 1314488
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 29 deletions.
10 changes: 3 additions & 7 deletions docs/.vitepress/theme/components/BackdropDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ const { hasFinishLoading, progress, items } = await useProgress()
<Suspense>
<GLTFModel
ref="model"
cast-shadow
path="/card-bo-bot/CardBoBotv3.glb"
draco
path="https://raw.githubusercontent.com/Tresjs/assets/main/models/gltf/blender-cube.glb"
:rotation="[0, 0.5, 0]"
:position="[0, 0.4, 0]"
:scale="0.5"
/>
</Suspense>
<Backdrop
Expand All @@ -88,8 +88,6 @@ const { hasFinishLoading, progress, items } = await useProgress()
cast-shadow
:position="[3, 4, 4]"
:look-at="[0, 0, 0]"
:shadow-map-size-width="256"
:shadow-map-size-height="256"
:shadow-camera-near="0.5"
:shadow-camera-left="-10"
/>
Expand All @@ -98,8 +96,6 @@ const { hasFinishLoading, progress, items } = await useProgress()
cast-shadow
:position="[-3, 2, 4]"
:look-at="[0, 0, 0]"
:shadow-map-size-width="256"
:shadow-map-size-height="256"
:shadow-camera-near="0.5"
:shadow-camera-left="-10"
/>
Expand Down
Binary file removed docs/public/card-bo-bot/CardBoBot-height.png
Binary file not shown.
Binary file removed docs/public/card-bo-bot/CardBoBot.png
Binary file not shown.
Binary file removed docs/public/card-bo-bot/CardBoBotv3-animated.glb
Binary file not shown.
Binary file removed docs/public/card-bo-bot/CardBoBotv3-walking.glb
Binary file not shown.
Binary file removed docs/public/card-bo-bot/CardBoBotv3.glb
Binary file not shown.
22 changes: 0 additions & 22 deletions src/core/abstractions/Suzanne/suzanne.json

This file was deleted.

0 comments on commit 1314488

Please sign in to comment.