I ran a search, I've checked every think I can think of and I can't find an answer to this one. Now maybe I've looked in all of the wrong place but if any one can help I would really be thankful.
What I am trying to do is to create a Open GL 3d Modeling Application. It is a class project. I am navigating thought the scene using the glutLookAt() function, and I can add static scenes and move though them easily enough, but when I try to dynamically create object within the scene nothing happens at best, at worst I get errors with in errors and no comprehensible way of sifting though them. I've been using GL4Java (Yes, I know, it wasn't the best choice. I should have gone with C++ but I can't change now.) Is there any advice anyone can give me to add objects Dynamically. If not any ideas on whom to ask or where to look would be helpful too.