1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-07 18:30:55 +03:00

Visualization, OpenGl_GraduatedTrihedron - fix misprint in drawing line within OOZ_XOZ orientation #318

This commit is contained in:
Kirill Gavrilov 2023-10-26 21:14:23 +03:00 committed by dpasukhi
parent 104c5f4261
commit fb3c2c739c

View File

@ -666,7 +666,7 @@ void OpenGl_GraduatedTrihedron::Render(const Handle(OpenGl_Workspace)& theWorksp
if (anAxesState & OOZ_XOZ) if (anAxesState & OOZ_XOZ)
{ {
renderLine(myAxes[0].Line, theWorkspace, aModelMatrix, myMin.z(), myMin.y(), myMax.z()); renderLine(myAxes[0].Line, theWorkspace, aModelMatrix, myMin.x(), myMin.y(), myMax.z());
} }
if (anAxesState & OOZ_OYZ) if (anAxesState & OOZ_OYZ)