Instead of playing with the z-value, wouldn''t this work (I can''t test it at the moment):
// draw car
glBlendFunc(GL_ONE,GL_SRC_COLOR);
glEnable(GL_BLEND);
// draw license plate
glDisable(GL_BLEND);
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement