diff --git a/components/calcModels.vue b/components/calcModels.vue index 9903eab..76ab119 100644 --- a/components/calcModels.vue +++ b/components/calcModels.vue @@ -22,7 +22,7 @@ const controlsState = reactive({ const cameraStat = reactive({ position: [-4, 2, 8], aspect: 1920 / 600, - fov: 40, + // fov: 40, }) const pointLight = ref() diff --git a/components/model/fence.vue b/components/model/fence.vue index 63cd5ea..1a8a206 100644 --- a/components/model/fence.vue +++ b/components/model/fence.vue @@ -1,7 +1,7 @@