Re: [PyOpenGL-Users] some problem with conversion
Brought to you by:
mcfletch
From: Ian M. <geo...@gm...> - 2009-04-29 16:36:29
|
glCallLists() draws an array or list of display lists, so you can go: glCallLists([list1,list2,list3,...]) Note the brackets. Use glCallList() to draw only one. |