From 211c3e172726a4cb339a02333ac596fcf3bb7793 Mon Sep 17 00:00:00 2001 From: Alvaro Saburido Date: Mon, 31 Jul 2023 13:25:20 +0200 Subject: [PATCH] docs: added orbit controls back and v3 blog post (#356) * docs: added orbit controls back and v3 blog post * chore: lint issue --- .../theme/components/DonutExample.vue | 4 +- .../theme/components/FirstScene.vue | 5 +- docs/blog/announcing-v-3.md | 115 + docs/package.json | 4 +- package.json | 48 +- playground/auto-imports.d.ts | 1 + playground/package.json | 8 +- playground/src/components/DebugUI.vue | 4 +- .../src/components/LocalOrbitControls.vue | 1 - pnpm-lock.yaml | 1870 ++++++++--------- 10 files changed, 1010 insertions(+), 1050 deletions(-) create mode 100644 docs/blog/announcing-v-3.md diff --git a/docs/.vitepress/theme/components/DonutExample.vue b/docs/.vitepress/theme/components/DonutExample.vue index 4aaeb5519..2d6e8bfb0 100644 --- a/docs/.vitepress/theme/components/DonutExample.vue +++ b/docs/.vitepress/theme/components/DonutExample.vue @@ -2,7 +2,7 @@ import { TresCanvas } from '@tresjs/core' import { BasicShadowMap, SRGBColorSpace, NoToneMapping } from 'three' -/* import { OrbitControls } from '@tresjs/cientos' */ +import { OrbitControls } from '@tresjs/cientos' const gl = { clearColor: '#82DBC5', @@ -17,7 +17,7 @@ const gl = {