Skip to content

Commit

Permalink
fix: ensure scene as parent fallback for helpers (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu authored Sep 16, 2023
1 parent 990612d commit d63b028
Show file tree
Hide file tree
Showing 4 changed files with 175 additions and 76 deletions.
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"preview": "vite preview"
},
"dependencies": {
"@tresjs/cientos": "3.2.1",
"@tresjs/cientos": "3.3.0",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@tresjs/leches": "^0.8.0",
"@tresjs/leches": "^0.9.1",
"@tweakpane/plugin-essentials": "^0.2.0",
"unplugin-auto-import": "^0.16.6",
"vite-plugin-glsl": "^1.1.2",
"vue-tsc": "^1.8.8"
"vue-tsc": "^1.8.11"
}
}
2 changes: 1 addition & 1 deletion playground/src/pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts"></script>

<template>
<DebugUI />
<TheExperience />
</template>
Loading

0 comments on commit d63b028

Please sign in to comment.