Component:FresnelLerpMaterial: Difference between revisions

From Resonite Wiki
some fields
add info
Line 6: Line 6:
|Name=Fresnel Lerp Material
|Name=Fresnel Lerp Material
}}
}}
{{stub}}
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.


<!--T:2-->
<!--T:2-->
Line 13: Line 15:
|HighPriorityIntegration|Bool|{{Asset HighPriorityIntegration Field}}
|HighPriorityIntegration|Bool|{{Asset HighPriorityIntegration Field}}
|_shader|{{RootFieldType|AssetRef`1|[[Type:Shader|Shader]]}}|TypeAdv1=true| Internal.
|_shader|{{RootFieldType|AssetRef`1|[[Type:Shader|Shader]]}}|TypeAdv1=true| Internal.
|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.
|FarTexture0|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv15=true|  
|FarTexture0|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv15=true| The Far texture for the first lerp texture set.
|NearTexture0|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv16=true|  
|NearTexture0|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv16=true| The near texture for the first lerp texture set.
|FarTexture1|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv17=true|  
|FarTexture1|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv17=true| The Far texture for the second lerp texture set.
|NearTexture1|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv18=true|  
|NearTexture1|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv18=true| The near texture for the second lerp texture set.
|NormalMap0|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv19=true|  
|NormalMap0|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv19=true| The normal map for the first lerp texture set.
|NormalMap1|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv20=true|  
|NormalMap1|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv20=true| The normal map for the second lerp texture set.
|BlendMode|BlendMode|{{Template:Material_BlendMode_Desc}}
|BlendMode|BlendMode|{{Template:Material_BlendMode_Desc}}
|Sidedness|Sidedness|{{Template:Material_Sidedness_Desc}}
|Sidedness|Sidedness|{{Template:Material_Sidedness_Desc}}
Line 42: Line 44:
<!--T:3-->
<!--T:3-->
== Usage ==
== Usage ==
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.


<!--T:4-->
<!--T:4-->
== Examples ==
== Examples ==
{{stub}}


<!--T:5-->
<!--T:5-->
== See Also ==
== See Also ==
</translate>
</translate>
[[Category:ComponentStubs]]
[[Category:Components{{#translation:}}|Fresnel Lerp Material]]
[[Category:Components{{#translation:}}|Fresnel Lerp Material]]
[[Category:Materials:Unlit{{#translation:}}|Fresnel Lerp Material]]
[[Category:Materials:Unlit{{#translation:}}|Fresnel Lerp Material]]
[[Category:Materials{{#translation:}}|Fresnel Lerp Material]]
[[Category:Materials{{#translation:}}|Fresnel Lerp Material]]
[[Category:Components:Assets:Materials:Unlit{{#translation:}}|Fresnel Lerp Material]]
[[Category:Components:Assets:Materials:Unlit{{#translation:}}|Fresnel Lerp Material]]

Revision as of 20:43, 9 February 2025

Component image 
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.

Fields

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't.
HighPriorityIntegration Bool 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.
_shader Shader Internal.
Lerp Float The value to use to transition between the first and second texture and value sets in absence of LerpTexture.
LerpTexture ITexture2D The texture to use to blend linearly between the first and second texture and value sets.
LerpTextureScale Float2 The UV scale of the lerp texture.
LerpTextureOffset Float2 The UV offset of the lerp texture.
LerpTexturePolarUV Bool Whether to UV map the lerp texture using polar UVs.
LerpTexturePolarPower Float The polar UV power of the lerp texture UV when using polar UVs.
Exponent0 Float The sharpness of the fresnel effect for the first lerp value set.
Exponent1 Float The sharpness of the fresnel effect for the second lerp value set.
GammaCurve Float The gamma curve of the fresnel.
FarColor0 ColorX The far color tint for the first lerp set.
NearColor0 ColorX The near color tint for the first lerp set.
FarColor1 ColorX The Far color tint for the second lerp set.
NearColor1 ColorX The near color tint for the second lerp set.
FarTexture0 ITexture2D The Far texture for the first lerp texture set.
NearTexture0 ITexture2D The near texture for the first lerp texture set.
FarTexture1 ITexture2D The Far texture for the second lerp texture set.
NearTexture1 ITexture2D The near texture for the second lerp texture set.
NormalMap0 ITexture2D The normal map for the first lerp texture set.
NormalMap1 ITexture2D The normal map for the second lerp texture set.
BlendMode BlendMode How to blend this material's colors vs what it rendered on top of.
Sidedness Sidedness Render on both sides of the mesh, front, or back.
ZWrite ZWrite whether this material should respect the distance it is from the camera.
OffsetFactor Float how much this material should be pushed forwards or backwards on the depth buffer factor wise
OffsetUnits Float how much this material should be pushed forwards or backwards on the depth buffer unit wise
RenderQueue Int changes at which point a material renders on the render stack

Usage

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.

Examples

This article or section is a Stub. You can help the Resonite Wiki by expanding it.


See Also