Class NormalTextureInfo
Normal map specific texture info
Inherited Members
Namespace: Unity.Cloud.Gltfast.Objects
Assembly: Unity.Cloud.Gltfast.dll
Syntax
[MovedFrom(true, "GLTFast.Schema", "glTFast", null)]
public class NormalTextureInfo : TextureInfo
Properties
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
[JsonIgnore]
public float Scale { get; set; }
Property Value
| Type | Description |
|---|---|
| float |