From b86c7d390eda04e381a6092a3a7fb4f171598631 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 21 Dec 2004 16:45:33 +0000 Subject: [PATCH] nicer stippling pattern --- gl2psTest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gl2psTest.c b/gl2psTest.c index f0c71c5..dca6eb9 100644 --- a/gl2psTest.c +++ b/gl2psTest.c @@ -1,4 +1,4 @@ -/* $Id: gl2psTest.c,v 1.64 2004-12-18 00:24:57 geuzaine Exp $ */ +/* $Id: gl2psTest.c,v 1.65 2004-12-21 16:45:33 geuzaine Exp $ */ /* * GL2PS, an OpenGL to PostScript Printing Library * Copyright (C) 1999-2004 Christophe Geuzaine <geuz@geuz.org> @@ -188,7 +188,7 @@ void extras(void){ glEnd(); glEnable(GL_LINE_STIPPLE); - glLineStipple(1, 0x060F); + glLineStipple(1, 0x087F); gl2psEnable(GL2PS_LINE_STIPPLE); glBegin(GL_LINES); glVertex3f(-0.2, 1.15, 0.); -- GitLab