瀏覽代碼

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>
   <!--   <TresCanvas v-bind="state"> -->
   <TresCanvas preset="realistic">
+    <TresPerspectiveCamera :position="[10, 10, 18]" :fov="45" :near="0.1" :far="1000" :look-at="[-8, 3, -3]" />
     <PamCameraMouse :factor="2" />
     <TresScene>
       <Environment