View Single Post
  #10  
Old 11-28-2004, 06:08 AM
daeken_bb
Discordant
 
Join Date: Mar 2003
Location: Chambersburg, PA
Posts: 469
Default

Quote:
Originally Posted by jbb
I also changed it to say
Code:
  for(j = 0; j < this->model_data->model_count; ++j) {
    model_lists[j] = j;
    glNewList(this->model_lists[j], GL_COMPILE);
and now I get the placable objects. Although they are all in the wrong places

Now I can look at the actual problem you were having... After I've eaten my pizza!
Fantastic

I do suggest, however, that you use glGenLists() as it could cause problems with some things if you don't.

Either way, thanks for taking a look... hopefully you'll find something hehe
__________________
Keep me unemployed and working on OpenEQ, PM me about donating

Check out my deviantART page at http://daeken.deviantart.com/
Reply With Quote