python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
GLut in C - Collision isn't working all the time
I'm currently working on a side scroller, my player can shoot, as do the enemies. If I hit an enemy,it should disappear. Unfortunately, it doesn't work all the time. Sometime it does, sometime not. So...
Cariamole
Votes: 0
Answers: 1
OpenGL draw transparent sphere over solid sphere
I have a small sphere with an Earth texture and I want to have a slightly bigger sphere with clouds texture over it, that is transparent.
I draw my objects like this.
glClear(GL_COLOR_BUFFER_BIT | G...

Paul
Votes: 0
Answers: 1
vector subscript out of range error in c++ opengl
I am trying to draw a red translated square.
I have to translate four points (literally points of square) of vector points (vector<vec4> points) by using for loop.
But it doesn't work and there'...
olbloe
Votes: 0
Answers: 0
Glut/OpenGL always renders black window
I am changing the window background color using the Glut library, which isn't working. The code works perfectly on my peer's computers but not on mine. I am using Visual Studio on Windows 10, with int...
HARNEET
Votes: 0
Answers: 0