Skip to content

Commit

Permalink
chore: fix route for examples on playground and color of cube
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Oct 7, 2023
1 parent ac994e0 commit 54b3730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playground/src/components/FboCube.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const fboTarget = useFBO({
<TresBoxGeometry :args="[1, 1, 1]" />

<TresMeshBasicMaterial
:color="0xffffff"
:color="0xff8833"
:map="fboTarget?.texture ?? null"
/>
</TresMesh>
Expand Down
2 changes: 1 addition & 1 deletion playground/src/router/routes/abstractions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const abstractionsRoutes = [
{
path: '/abstractions/fbo',
name: 'Fbo',
component: () => import('../../pages/abstractions/FboDemo.vue'),
component: () => import('../../pages/abstractions/FBODemo.vue'),
},
{
path: '/abstractions/use-fbo',
Expand Down

0 comments on commit 54b3730

Please sign in to comment.