mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 09:30:48 +08:00
Visualization, OpenGl_GraduatedTrihedron - fix misprint in drawing line within OOZ_XOZ orientation #318
This commit is contained in:
committed by
dpasukhi
parent
104c5f4261
commit
fb3c2c739c
@@ -666,7 +666,7 @@ void OpenGl_GraduatedTrihedron::Render(const Handle(OpenGl_Workspace)& theWorksp
|
||||
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user