mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-14 10:08:32 +05:00
bug fix
This commit is contained in:
parent
3092d6cb9d
commit
977e39e1c0
@ -94,7 +94,6 @@ AC_CHECK_LIB(pthread, pthread_create)
|
|||||||
# AC_SEARCH_LIBS(Tcl_Init, [tcl8.5 tcl8.4])
|
# AC_SEARCH_LIBS(Tcl_Init, [tcl8.5 tcl8.4])
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
# __CHANGE__
|
# __CHANGE__
|
||||||
# Choose OpenGL platform (borrowed from Togl1.7)
|
# Choose OpenGL platform (borrowed from Togl1.7)
|
||||||
|
@ -852,7 +852,7 @@ namespace netgen
|
|||||||
|
|
||||||
glTranslatef (1, -1, 0.0);
|
glTranslatef (1, -1, 0.0);
|
||||||
glScalef (40.0 / viewport[2], 40.0 / viewport[3], 1);
|
glScalef (40.0 / viewport[2], 40.0 / viewport[3], 1);
|
||||||
glTranslatef (-6.0, 2.0, 0.0);
|
glTranslatef (-7.0, 2.0, 0.0);
|
||||||
|
|
||||||
glDisable (GL_CLIP_PLANE0);
|
glDisable (GL_CLIP_PLANE0);
|
||||||
glDisable (GL_LIGHTING);
|
glDisable (GL_LIGHTING);
|
||||||
|
Loading…
Reference in New Issue
Block a user