info_dlightmap_update

From Valve Developer Community
Jump to navigation Jump to search
Class hierarchy
CDLightmap_Update
CBaseEntity
Info target.png

info_dlightmap_update is a logical entity available in Black Mesa Black Mesa. This entity allows or disallows lightmap to be changed while baked lights are turning on or off. If it is enabled - lightmap can be changed. If it is disabled - lightmap cannot be changed. Despite this, dynamic models still can show lighting changes.

It was used for optimization before new light entities was added. Now it is considered obsolete as all switchable lights have been replaced with new light entities to reduce map size and to make load times better.

Icon-Important.pngImportant:This entity prevents light_dynamic from updating on lightmap as well (only in Black Mesa (mod)).

Inputs

Enable <void>
Allows lightmap to be changed.
Disable <void>
Disallows lightmap to be changed.