lorensen / VTKExamples

The VTK examples, formerly hosted on media wiki
Apache License 2.0
344 stars 157 forks source link

Remove redundant OrthogonalizeViewUp calls #616

Closed lassoan closed 5 years ago

lassoan commented 5 years ago

SetViewUp method already orthogonalizes ViewUp vector by calling ComputeViewTransform(), which calls Transform->SetupCamera().

OrthogonalizeViewUp() is not called after SetViewUp in any other examples or tests.

lorensen commented 5 years ago

Thanks!