Jitter blending
In my jitter application I am using blending (glblendfunc).
I have noticed that you need to pass the blend function values like GL_SRC_ALPHA, GL_ONE as integers.
I have trouble finding out what are the corresponding integer values for these parameters.
Can anyone provide me a reference?
jitter tutorial 33, and the jitter reference for blend_mode, which is the "information for ob3d" link in gl.object reference pages.