mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 22:00: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);
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user