I want to use pre calculated vertex lights in my engine.
Is the only way to calculate the new diffuse color and put it in glColorPointer?
The problem with that method is that in my engine a vertex can share faces with different diffuse colors = I need to split all these vertices up.



