@@ -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