GL Lighting and Vertex Colors

BlitzMax Forums/BlitzMax OpenGL Programming/GL Lighting and Vertex Colors

I can't seem to get the two working together.

As soon as I enable lights all my vertex colors are ignored!

Should I be using Vertex Colors at all? can I assign a material per vertex?

Sorted, forgot glEnable ( GL_COLOR_MATERIAL ) ;

dontcha just love it when you do that!