Class NormalTextureInfo
Normal map specific texture info
Inherited Members
Namespace: GLTFast.Schema
Syntax
[Serializable]
public class NormalTextureInfo : TextureInfo
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 |
---|---|
Single |