Method InvertTangents
InvertTangents(OccurrenceList, bool)
Invert tangents orientation (usefull to switch between right-handed/left-handed normal maps
Declaration
[HandleProcessCorruptedStateExceptions]
public void InvertTangents(OccurrenceList occurrences, bool invertW = true)
Parameters
Type | Name | Description |
---|---|---|
OccurrenceList | occurrences | Occurrences to invert tangents on |
bool | invertW | If true, only inverse the w components of tangent. Else, inverse the xyz vector |