I was wondering how to create wall in opengl and it is continuously appears from up and disappers at down screen. I am able to construct wall by GL_QUADS with texture mapping. but do not know how to generate it dynamically whenever player climbs up.
Share
You have several possibilities.
The second one is faster (only 2 quads) but doesn’t let you choose different textures for different parts of the wall.