mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 21:40:33 +05:00
standard mesh color green
This commit is contained in:
parent
22e83bf294
commit
61f9699f10
@ -994,10 +994,10 @@ namespace netgen
|
||||
glDisable (GL_COLOR_MATERIAL);
|
||||
|
||||
|
||||
GLfloat matcol[] = { 1, 1, 0, 1 };
|
||||
GLfloat matcol[] = { 0, 1, 0, 1 };
|
||||
GLfloat matcolsel[] = { 1, 0, 0, 1 };
|
||||
#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 };
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user