Class NormalTextureInfoBase
Normal map specific texture info
Inherited Members
Namespace: GLTFast.Schema
Assembly: solution.dll
Syntax
[Serializable]
public abstract class NormalTextureInfoBase : TextureInfoBase
Fields
scale
The scalar multiplier applied to each normal vector of the texture. This value is ignored if normalTexture is not specified. This value is linear.
Declaration
public float scale
Field Value
Type | Description |
---|---|
float |