2024-06-22 07:24:13 +00:00
|
|
|
# Material Command List {#mat_commands}
|
|
|
|
|
|
|
|
### vmap_lightimage
|
|
|
|
#### Syntax
|
2022-10-03 00:10:54 +00:00
|
|
|
|
|
|
|
**vmap_lightImage <texturepath>**
|
|
|
|
|
2024-06-22 07:24:13 +00:00
|
|
|
#### Overview
|
2022-10-03 00:10:54 +00:00
|
|
|
|
|
|
|
By default, surface lights use the average color of the source image to
|
|
|
|
generate the color of the light. vmap_lightImage specifies an alternate
|
|
|
|
image to be used for light color emission, radiosity color emission,
|
|
|
|
light filtering and alpha shadows. You can even use a light image with a
|
|
|
|
different alpha channel for blurrier alpha shadows. The light color is
|
|
|
|
averaged from the referenced texture. The texture must be the same size
|
|
|
|
as the base image map. vmap_lightImage should appear before
|
|
|
|
qer_editorImage.
|