I have figured out my problem, I no longer need assistance.
Type: Posts; User: Arkeshen
I have figured out my problem, I no longer need assistance.
I am having trouble Texturing a circle. I understand how to texture a quad, but texturing a Circle befuddles me. Any help would be appreciated.
What I'm trying to do is every time the space bar is pressed it switches to the next primitive, but I'm not sure how I would set it up. I'm almost certain I would need a switch statement, but I'm not...
I'm sure if that anyone else in my shoes could understand that, but I'm just not getting it. I'm sure that is a good answer, but I don't understand. When it comes to code, I only understand what I...
I can draw/Render a rectangle to the screen with the glutrectf, I also understand how to position it properly, as well as keyboard input with switch statements. But I don't understand how to...
I don't mean to sound rude, but since you're are inclined to to tell me an unwritten forum rule, Can you instead help me with my question?
I don't know the rules on "Bumping" in this forum, But I realy could use some help. I have been surfing the web for info about this, but all I have found for OpenGL is 3d this, 3d that, nothing about...
I just started with openGL and I'm just trying to get a Rectangle to move back and forth on the screen whenever the 'a' & 'd' keys are pressed. I know that I need a Switch Statement but I don't know...