I use orbit and camera like sample: ``` <orbit-controls :position="{x: 2, y: 2, z: 8}" :rotation="{ x: 2, y: 0, z: 3 }"> <camera></camera> </orbit-controls> ``` I got warning like this when I try to pan or zoom > WARNING: OrbitControls.js encountered an unknown camera type - dolly/zoom disabled.