Class IgnoreTextureCoordinatesConfig
Configuration for the FindInvalidData step. Set to true to ignore texture coordinates. This may be useful if you have to assign different kinds of textures, like seasonally variable ones - one for summer and one for winter. Default is false.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class IgnoreTextureCoordinatesConfig : BooleanPropertyConfig
Constructors
| Edit this page View SourceIgnoreTextureCoordinatesConfig(bool)
Constructs a new IgnoreTextureCoordinatesConfig.
Declaration
public IgnoreTextureCoordinatesConfig(bool ignoreTexCoords)
Parameters
Type | Name | Description |
---|---|---|
bool | ignoreTexCoords | True if texture coordinates should be ignored, false otherwise. |
Properties
| Edit this page View SourceIgnoreTextureCoordinatesConfigName
Gets the string name used by IgnoreTextureCoordinatesConfig.
Declaration
public static string IgnoreTextureCoordinatesConfigName { get; }
Property Value
Type | Description |
---|---|
string |