|
|
GLU bug!
Hi!
Is there a bug in GLU Version 1.3.500? I do such things
like....
obj = gluNewQuadric();
gluQuadricDrawStyle(obj, GLU_FILL);
gluDisk(obj, 10, 10, 25, 1);
gluDeleteQuadric(obj);
....but nothing happens. There is nothing to see! When i use
gluQuadricDrawStyle(obj, GLU_LINE) all worked how we expect
it.
I am using Debian-Linux.
Thanks!
Heiko
|
|
0
|
|
|
|
Reply
|
Heiko
|
7/20/2003 10:34:03 PM |
|
Heiko Jappe <hej@gis.de> writes:
> Is there a bug in GLU Version 1.3.500? I do such things
> like....
>
> obj = gluNewQuadric();
> gluQuadricDrawStyle(obj, GLU_FILL);
> gluDisk(obj, 10, 10, 25, 1);
> gluDeleteQuadric(obj);
>
> ...but nothing happens. There is nothing to see! When i use
> gluQuadricDrawStyle(obj, GLU_LINE) all worked how we expect
> it.
Try switching off backface culling. If that makes the disk appear, it's
simply facing the wrong way.
--
mailto:jjk@acm.org phone:+49-7031-464-7698 (TELNET 778-7698)
http://www.bawue.de/~jjk/ fax:+49-7031-464-7351
As the air to a bird, or the sea to a fish,
so is contempt to the contemptible. [Blake]
|
|
0
|
|
|
|
Reply
|
Jens
|
7/21/2003 10:40:52 AM
|
|
|
1 Replies
133 Views
(page loaded in 0.055 seconds)
|
|
|
|
|
|
|
|
|