浏览代码

fix: internal playground

alvarosabu 2 年之前
父节点
当前提交
079c502ac7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/tres/src/components/TheEnvironment.vue

+ 1 - 0
packages/tres/src/components/TheEnvironment.vue

@@ -28,6 +28,7 @@ watch(environmentTexture, ({ getTexture }) => {
 <template>
 <template>
   <!--   <TresCanvas v-bind="state"> -->
   <!--   <TresCanvas v-bind="state"> -->
   <TresCanvas preset="realistic">
   <TresCanvas preset="realistic">
+    <TresPerspectiveCamera :position="[10, 10, 18]" :fov="45" :near="0.1" :far="1000" :look-at="[-8, 3, -3]" />
     <PamCameraMouse :factor="2" />
     <PamCameraMouse :factor="2" />
     <TresScene>
     <TresScene>
       <Environment
       <Environment