summaryrefslogtreecommitdiffstats
path: root/Smoke/seedpoint.c
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2008-01-11 01:32:55 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2008-01-11 01:32:55 (GMT)
commit9345d3090eea8d48bdedd60e382d66f7ce398b89 (patch)
treec14519f95b46ece46dd5f805b977bd3e1913a286 /Smoke/seedpoint.c
parentd5abc162bc84764df7577798ee02a257dac9f837 (diff)
download2iv35-9345d3090eea8d48bdedd60e382d66f7ce398b89.zip
2iv35-9345d3090eea8d48bdedd60e382d66f7ce398b89.tar.gz
2iv35-9345d3090eea8d48bdedd60e382d66f7ce398b89.tar.bz2
'streamtubes' ongeveer geimplementeerd
Diffstat (limited to 'Smoke/seedpoint.c')
-rw-r--r--Smoke/seedpoint.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Smoke/seedpoint.c b/Smoke/seedpoint.c
index 98a7aff..2342318 100644
--- a/Smoke/seedpoint.c
+++ b/Smoke/seedpoint.c
@@ -114,8 +114,7 @@ void render_seedpoints(void)
gluQuadricDrawStyle(qobj, GLU_FILL);
gluQuadricNormals(qobj, GLU_SMOOTH);
- gluQuadricOrientation(qobj, GLU_INSIDE);
- gluQuadricTexture(qobj, GL_TRUE);
+ gluQuadricOrientation(qobj, GLU_OUTSIDE);
glDisable(GL_BLEND);