It's solved. I thought that the problem was bigger. I was just enabling and disabling texturing in the wrong places. I disabled textures before each primitive to be drawn without texture and it works...
Type: Posts; User: msantos
It's solved. I thought that the problem was bigger. I was just enabling and disabling texturing in the wrong places. I disabled textures before each primitive to be drawn without texture and it works...
I understand what you are saying, and that could be the problem. I didn't have disable texturing, I did it now after drawing all the quads but it's still the same
for what you said, that...
I have this problem. I have a 3d scene and when I apply a texture to the floor the lighting gets darker. If I remove the texture the lights gets back to normal. I can't understand why because even...
Sorry if I didn't understand well, I want the time between each frame to be the same. But I don't know how to relate that with the object that I want to animate. Should I replace the step size of the...
Hi everyone.
I'm a total begginer. I would like to get your help on this subject. Just imagine a simple animation of an object moving, something like:
//The coordinates of the initial position...