Dispaly lists on mac!

I am using CW on mac.
I tried using display lists as I would use them on Windows but I dont get any display.
If I use the same code without the lists it works.
I have a nagging doubt whether I should use glCallLists or use some other method to render the lists.Kindly help.
Thanks in advance

I had similar problems but the other way around when porting an opengl app from Mac to Windows. Drawing the text in that multiwindows app was done with display list and calls to glListBas and glCallLists. It worked on the Mac but not on Windows. I had to get rid of the glListBase calls on Windows to get the glCallLists calls to work.

It might be related.

Good luck,
Dan.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.