Advertisement

Good Idea?

Started by January 31, 2001 06:14 PM
-1 comments, last by Taphreek 24 years ago
I am currently in the process of making different tools to make a quadtree, openGL rendered environment. I just finished making a LinkedList class that will serve as the vertex buffer. A Link consists of X,Y,Z and possibly U and V coordinates. I have various functions for displaying, error checking, and removing various vertices. I was planning to put all my scenes into a class like this and run various procedures on them such as HSR. I figure I could loop through all the vertices(in groups of 3 for triangles) and do whatever I want with them. Is this a good idea, anyone else have any experience with this? Thoughts? -Taphreek
-Taphreek

This topic is closed to new replies.

Advertisement