mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-24 13:50:49 +03:00
0012042: Problem with standard Qt-based Import/Export sample application
Front and right views in OCCT CSharp/mfc/qt samples were swapped.
This commit is contained in:
@@ -154,12 +154,12 @@ void View::globalPan()
|
||||
|
||||
void View::front()
|
||||
{
|
||||
myView->SetProj( V3d_Xpos );
|
||||
myView->SetProj( V3d_Yneg );
|
||||
}
|
||||
|
||||
void View::back()
|
||||
{
|
||||
myView->SetProj( V3d_Xneg );
|
||||
myView->SetProj( V3d_Ypos );
|
||||
}
|
||||
|
||||
void View::top()
|
||||
@@ -174,12 +174,12 @@ void View::bottom()
|
||||
|
||||
void View::left()
|
||||
{
|
||||
myView->SetProj( V3d_Ypos );
|
||||
myView->SetProj( V3d_Xneg );
|
||||
}
|
||||
|
||||
void View::right()
|
||||
{
|
||||
myView->SetProj( V3d_Yneg );
|
||||
myView->SetProj( V3d_Xpos );
|
||||
}
|
||||
|
||||
void View::axo()
|
||||
|
Reference in New Issue
Block a user