浏览代码

chore: remove unused stuff on the playground

alvarosabu 11 月之前
父节点
当前提交
ad8747cd5c
共有 1 个文件被更改,包括 0 次插入1 次删除
  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',