소스 검색

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