0

Changing camera type

Anonymous 10 years ago 0
This discussion was imported from CodePlex

ddklo wrote at 2011-03-21 19:10:

Hi.

When I change the camera from a projection camera to a orthographic camera by setting the Orthographic property (after Loaded) on the HelixView3D camera movement is no longer possible. Am I missing something or is this a bug?

 

Regards

Dagfin


ddklo wrote at 2011-04-11 15:10:

Hi.

This issue seemed to be that the Camera property on the CameraController wasn't updated. When I set this manual camera movement works fine. It would be great if this could be the default behavior when changing the Orthographic property, for instance in OnOrthographicChanged in the HelixView3D class.

Regards Dagfinn


objo wrote at 2011-04-12 11:58:

hi Dagfinn, I just changed the CameraController to allow the HelixView3D to change camera. Thanks for the bug report!