Struct NormalMapFromGrayScale
Indicates whether to create the normal map from a grayscale heightmap.
Inherited Members
Namespace: UnityEditor.Importer.USD
Assembly: Unity.Importer.USD.Editor.dll
Syntax
[Serializable]
public struct NormalMapFromGrayScale
Fields
createFromGrayScale
True if normal map should be created from a grayscale heightmap.
Declaration
public bool createFromGrayScale
Field Value
Type | Description |
---|---|
bool |
See Also
heightmapScale
Controls the amount of bumpiness.
Declaration
public float heightmapScale
Field Value
Type | Description |
---|---|
float |
See Also
normalMapFilter
Specifies how to calculate the bumpiness.
Declaration
public TextureImporterNormalFilter normalMapFilter
Field Value
Type | Description |
---|---|
TextureImporterNormalFilter |