The '''FresnelLerpMaterial''' component is a material that can be used to make a fresnel material that can be lerped between two different fresnel materials.
Far on this material is the geometry facing away from the camera and near is the geometry facing towards the camera.
|Lerp|Float| The value to use to transition between the first and second texture and value sets in absence of <code>LerpTexture</code>
|Lerp|Float| The value to use to transition between the first and second texture and value sets in absence of <code>LerpTexture</code>.
|LerpTexture|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv3=true| The texture to use to blend linearly between the first and second texture and value sets.
|LerpTexture|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv3=true| The texture to use to blend linearly between the first and second texture and value sets.
|LerpTextureScale|Float2|
|LerpTextureScale|Float2| The UV scale of the lerp texture.
|LerpTextureOffset|Float2|
|LerpTextureOffset|Float2| The UV offset of the lerp texture.
|LerpTexturePolarUV|Bool|
|LerpTexturePolarUV|Bool| Whether to UV map the lerp texture using polar UVs.
|LerpTexturePolarPower|Float|
|LerpTexturePolarPower|Float| The polar UV power of the lerp texture UV when using polar UVs.
|Exponent0|Float|
|Exponent0|Float| The sharpness of the fresnel effect for the first lerp value set.
|Exponent1|Float|
|Exponent1|Float| The sharpness of the fresnel effect for the second lerp value set.
|GammaCurve|Float|
|GammaCurve|Float| The gamma curve of the fresnel.
|FarColor0|ColorX|
|FarColor0|ColorX| The far color tint for the first lerp set.
|NearColor0|ColorX|
|NearColor0|ColorX| The near color tint for the first lerp set.
|FarColor1|ColorX|
|FarColor1|ColorX| The Far color tint for the second lerp set.
|NearColor1|ColorX|
|NearColor1|ColorX| The near color tint for the second lerp set.
Attach to a slot and put into the materials of a renderer like a [[Component:SkinnedMeshRenderer]] or a [[Component:MeshRenderer]] with a mesh to view what the material looks like.
Fresnel Lerp Material component as seen in the Scene Inspector
The FresnelLerpMaterial component is a material that can be used to make a fresnel material that can be lerped between two different fresnel materials.
Far on this material is the geometry facing away from the camera and near is the geometry facing towards the camera.
If true, integrating this asset (e.g. processing procedural assets) gets higher priority than assets with this flag off. An example is user laser procedural meshes.