Emission

A material can have an emission component.

This is a "flat" color that is not affected by orientation or any light sources.

It's equivalent to adding in an ordinary glColor.


glMaterialfv(GL_FRONT, GL_EMISSION, [1, 1, 0, 1])


next