Skip to content

Commit

Permalink
feat: remove annoying defautl camera warning
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Jan 7, 2024
1 parent a63eb90 commit cf5550c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/TresCanvas.vue
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,6 @@ onMounted(() => {
)
if (!camera.value) {
logWarning(
'No camera found. Creating a default perspective camera. '
+ 'To have full control over a camera, please add one to the scene.',
)
addDefaultCamera()
}
Expand Down

0 comments on commit cf5550c

Please sign in to comment.