Browse Source

chore: remove unused stuff on the playground

alvarosabu 11 months ago
parent
commit
ad8747cd5c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      playground/src/pages/basic/index.vue

+ 0 - 1
playground/src/pages/basic/index.vue

@@ -3,7 +3,6 @@ import { BasicShadowMap, NoToneMapping, SRGBColorSpace } from 'three'
 import { reactive, ref } from 'vue'
 import { TresCanvas, useRenderLoop } from '@tresjs/core'
 import { OrbitControls } from '@tresjs/cientos'
-import { userData } from 'three/examples/jsm/nodes/Nodes.js'
 
 const state = reactive({
   clearColor: '#201919',