Search found 3 matches

by SuperSmashcz
Mon Apr 27, 2009 3:51 pm
Forum: Programming Discussion
Topic: Just a quick question
Replies: 3
Views: 494

Re: Just a quick question

When i used to work in XNA (OMG!) I had done the exact same thing. I created a layer class which held data for a specific layer, then a tile class which held multiple layers so i could put on top of another. Then a map class which had an array of tiles representing the map. It was just a nice way to...
by SuperSmashcz
Mon Apr 27, 2009 3:44 pm
Forum: Programming Discussion
Topic: Help with Display Lists
Replies: 3
Views: 418

Re: Help with Display Lists

Ah I got ya, and Thanks a lot (for greeting and explanation)
by SuperSmashcz
Sun Apr 26, 2009 12:47 pm
Forum: Programming Discussion
Topic: Help with Display Lists
Replies: 3
Views: 418

Help with Display Lists

Hey Everyone, I'm new here ^^ I've been doing some C++ and opengl with SDL for a while now and I've heard of something called Display Lists. I've tried finding tutorials on the subject online but I haven't had too much success. Can anyone tell me what a Display List is and how they work? (For 3D if ...