From cf5550c7a099263c1c8660ab2aa6ba692063ff36 Mon Sep 17 00:00:00 2001 From: alvarosabu Date: Sun, 7 Jan 2024 14:04:09 +0100 Subject: [PATCH] feat: remove annoying defautl camera warning --- src/components/TresCanvas.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/TresCanvas.vue b/src/components/TresCanvas.vue index fa86b472e..460042086 100644 --- a/src/components/TresCanvas.vue +++ b/src/components/TresCanvas.vue @@ -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() }