Class TangentTextureChannelIndexConfig
Configures which texture channel is used for tangent space computations. The channel must exist or an error will be raised.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class TangentTextureChannelIndexConfig : IntegerPropertyConfig
Constructors
| Edit this page View SourceTangentTextureChannelIndexConfig(int)
Constructs a new TangentTextureChannelIndexConfig.
Declaration
public TangentTextureChannelIndexConfig(int textureChannelIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| int | textureChannelIndex | The zero-based texture channel index. |
Properties
| Edit this page View SourceTangentTextureChannelIndexConfigName
Gets the string name used by TangentTextureChannelIndexConfig.
Declaration
public static string TangentTextureChannelIndexConfigName { get; }
Property Value
| Type | Description |
|---|---|
| string |