From: erg Date: Thu, 4 Feb 2010 17:45:09 +0000 (+0000) Subject: Turn off alpha blending. X-Git-Tag: LAST_LIBGRAPH~32^2~1452 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99ccbd8c0890b545f795765026ca2c160aa5cce6;p=graphviz Turn off alpha blending. --- diff --git a/cmd/smyrna/topview.c b/cmd/smyrna/topview.c index 4c9b4e113..94dbd9728 100755 --- a/cmd/smyrna/topview.c +++ b/cmd/smyrna/topview.c @@ -934,9 +934,11 @@ static void drawtopviewedges(Agraph_t * g) void drawTopViewGraph(Agraph_t * g) { +/* glEnable (GL_BLEND); glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); glDisable(GL_DEPTH_TEST); +*/ // glDisable(GL_DEPTH_TEST); // glCallList (1);