A material can have an emission component.
This is a "flat" color that is not affected by orientation or any
light sources.
It represents light emitted, rather than reflected, by the surface.
It's equivalent to adding in an ordinary glColor.
glMaterialfv(GL_FRONT, GL_EMISSION, [1, 1, 0, 1])