mirror of
https://github.com/microsoft/DirectXTex
synced 2024-11-09 22:40:06 +00:00
Updated ComputeNormalMap (markdown)
parent
608f04f7dc
commit
3e66c5a139
@ -14,7 +14,7 @@ Converts a height-map to a normal-map.
|
||||
_flags_: a combination of the following flags
|
||||
* ``CNMAP_DEFAULT`` Default flags
|
||||
|
||||
Selects which channel to use as the height. Luminance is the average of R, G, and B.
|
||||
Selects which channel to use as the height. Luminance is monochrome value computed from R, G, and B.
|
||||
* ``CNMAP_CHANNEL_RED``
|
||||
* ``CNMAP_CHANNEL_GREEN``
|
||||
* ``CNMAP_CHANNEL_BLUE``
|
||||
|
Loading…
Reference in New Issue
Block a user