Texture Blendmodes -> OpenGL

Blitz3D Forums/Blitz3D Programming/Texture Blendmodes -> OpenGL

Vertex(Posted 2005) [#1]
Hi!
I need the blendfunctions for the textureblendmodes:
0 = No Texture -> glBlendFunc(GL_ZERO, GL_ONE)
1 = One Texture -> glBlendFunc(GL_ONE, GL_ZERO)
2 = Multitexture -> glBlendFunc(GL_SRC_COLOR, GL_DST_COLOR) ???
3 = Dot3 Mapping -> ??? Combiner ???
5 = Multiply 2 blending -> glBlendFunc(GL_SRC_COLOR, GL_ONE) ???

cu olli