Skip to content
Snippets Groups Projects
Commit d2e8d454 authored by David Gobbi's avatar David Gobbi Committed by Code Review
Browse files

Merge topic 'ugridreader-test-fix' into master

d8229dfd Fix camera problem in TestXMLUnstructuredGridReader.
parents 5c052ecd d8229dfd
Branches
Tags
No related merge requests found
......@@ -83,7 +83,7 @@ int TestXMLUnstructuredGridReader(int argc, char *argv[])
renderer->ResetCamera();
vtkCamera *camera = renderer->GetActiveCamera();
camera->Elevation(-90.0);
camera->OrthogonalizeViewUp();
camera->SetViewUp(0.0, 0.0, 1.0);
camera->Azimuth(125.0);
// interact with data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment