Method CreateTangents
CreateTangents(OccurrenceList, int, bool)
Create tangent attributes on tessellations
Declaration
public void CreateTangents(OccurrenceList occurrences, int uvChannel = 0, bool overriding = true)
Parameters
Type | Name | Description |
---|---|---|
OccurrenceList | occurrences | Occurrences of components to create attributes |
int | uvChannel | UV channel to use for the tangents creation |
bool | overriding | If true, override existing tangents, else only create tangents on meshes without tangents |