|
@@ -173,7 +173,7 @@ export default class ConvertViews extends THREE.EventDispatcher{
|
|
|
|
|
|
let camera = this.viewer.getViewer().camera
|
|
let camera = this.viewer.getViewer().camera
|
|
if(camera.fov != data.fov){
|
|
if(camera.fov != data.fov){
|
|
- camera.fov == data.fov
|
|
|
|
|
|
+ camera.fov = data.fov
|
|
camera.updateProjectionMatrix()
|
|
camera.updateProjectionMatrix()
|
|
}
|
|
}
|
|
|
|
|