I simply need to make a material appear somewhat illuminated with both the Headlights ON and OFF. The material must keep its basic color and not be washed out to white.
Material {
diffuseColor 0 0 0
emissiveColor 0 0 1
}
The other model objects in the scene should not be visible when the Headlights are OFF.
Just don't use emissiveColor.