Is there anyway possible to set one light to pixel lighting and the rest to to vertex lighting?
Thanks
Is there anyway possible to set one light to pixel lighting and the rest to to vertex lighting?
Thanks
You could try custom shaders. Per vertex lighting is also known as Gouraud shading, and per pixel lighting is also known as Phong shading (not to be confused with Phong lighting).