From: Allen B. <ba...@lo...> - 2001-05-10 21:19:52
|
Your fixed worked great for all of my C test cases. I wish my full C++ code worked as well:-( I guess I'll see what I can do for a simple test case. Thanks, Allen Keith Whitwell wrote: > > Allen Barnett wrote: > > So, here is my problem code reduced to a simple GLUT program. Basically, > > I'm creating two display lists which contain only the geometry of a > > polygon, one to display the edge and the other for the filled interior. > > I then create another display list which sets an edge color, calls the > > display list for the edge, sets an interior color and calls the display > > list for the filled polygon. The redraw function just calls the combined > > display list. > > I've committed a fix for this to 3.5. Let me know how it goes. > > Keith |