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:
parent
104c5f4261
commit
fb3c2c739c
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user