azimuth
This commit is contained in:
parent
6aa838b151
commit
b14163bd3c
|
@ -9,8 +9,8 @@ const controlsState = reactive({
|
|||
enableZoom: false,
|
||||
minPolarAngle: degToRad(60),
|
||||
maxPolarAngle: degToRad(100),
|
||||
minAzimuthAngle: degToRad(0),
|
||||
maxAzimuthAngle: degToRad(180),
|
||||
// minAzimuthAngle: degToRad(0),
|
||||
// maxAzimuthAngle: degToRad(180),
|
||||
})
|
||||
const cameraStat = reactive({
|
||||
position: [0, 0, 5],
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<script setup lang="ts">
|
||||
import { Vector3 } from 'three';
|
||||
import { getColorNameFromRal } from '@/components/ral'
|
||||
import type { ralTypes } from '@/components/ral'
|
||||
|
||||
import { predefLamelleColors, predefPillarColors } from '~/composables/useCalc';
|
||||
|
|
Loading…
Reference in New Issue