Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: Dispaly lists on mac!

  1. #1
    Guest

    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

  2. #2
    Guest

    Re: Dispaly lists on mac!

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •