]> Creatis software - cpPlugins.git/commitdiff
Missed glitch
authorLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Thu, 22 Oct 2015 00:22:22 +0000 (19:22 -0500)
committerLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Thu, 22 Oct 2015 00:22:22 +0000 (19:22 -0500)
lib/cpExtensions/Visualization/ImageSliceActors.cxx

index 3fedb5ca50d30191f3726b4a10abcc6fc1e0f308..104812144453fcefac9f8eb6705d95df1fb00826 100644 (file)
@@ -387,8 +387,8 @@ PushActorsInto( vtkRenderWindow* window, bool force_style )
     }
     else // if( axis == 2 )
     {
-      camera->SetPosition( double( 0 ), double(  0 ), double( 1 ) );
-      camera->SetViewUp  ( double( 0 ), double( -1 ), double( 0 ) );
+      camera->SetPosition( double( 0 ), double(  0 ), double( -1 ) );
+      camera->SetViewUp  ( double( 0 ), double( -1 ), double(  0 ) );
 
     } // fi