All Questions
Tagged with projectile-physics opengl
3 questions
3
votes
0
answers
75
views
why collision not detection not happened in Two Sphere
I start practice 3d collision detection of sphere in OpenGl containing two sphere one sphere hit using cannon gun but collision not detect when it hit and when i debug code collision statement triger ...
0
votes
3
answers
2k
views
Calculating Projectile Movement
I'm having some trouble putting together a method that will constantly move a "bullet" in the same direction accurately. Here is what I have so far
...
1
vote
2
answers
872
views
Simplified trajectory equation to identify Time Taken(t) by a protectile to travel Distance(d), under gravity?
I am building a game, where I have to plot a trajectory of a ball in 3D space, launched with an inital velocity Sx, Sy, Sz. [I am using OpenGL and Android-NDK]
Lets assume Sz is always 0. And Sx and ...