public void Light(Light l, VertexProcessor processor) { foreach (Vertex v in vertexes) { v.light = l.Calculate(processor, v); } }