standard mesh color green

This commit is contained in:
Joachim Schoeberl 2009-02-25 16:52:41 +00:00
parent 22e83bf294
commit 61f9699f10

View File

@ -994,10 +994,10 @@ namespace netgen
glDisable (GL_COLOR_MATERIAL); glDisable (GL_COLOR_MATERIAL);
GLfloat matcol[] = { 1, 1, 0, 1 }; GLfloat matcol[] = { 0, 1, 0, 1 };
GLfloat matcolsel[] = { 1, 0, 0, 1 }; GLfloat matcolsel[] = { 1, 0, 0, 1 };
#ifdef PARALLEL #ifdef PARALLEL
GLfloat mat_coll_transp[] = { 1, 1, 0, 0.3 }; GLfloat mat_coll_transp[] = { 0, 1, 0, 0.3 };
GLfloat mat_coll_transp_sel[] = { 1, 0, 0, 0.3 }; GLfloat mat_coll_transp_sel[] = { 1, 0, 0, 0.3 };
#endif #endif