enum
ETexcoordGeneratorType TexcoordGeneratorType specifies which method generates the texture coords
Key | Value | Comment |
---|---|---|
Parameterizer | 0 | Texture coordinates are generated from scratch based on the geometry. |
ChartAggregator | 1 | Texture coordinates are generated based on the original texture coordinates. |
Key | Value | Comment |
---|---|---|
Parameterizer | 0 | Texture coordinates are generated from scratch based on the geometry. |
ChartAggregator | 1 | Texture coordinates are generated based on the original texture coordinates. |
Key | Value | Comment |
---|---|---|
ETexcoordGeneratorType_Parameterizer | 0 | Texture coordinates are generated from scratch based on the geometry. |
ETexcoordGeneratorType_ChartAggregator | 1 | Texture coordinates are generated based on the original texture coordinates. |