m fix link display |
989onan bot (talk | contribs) Automated: update '_shader' description,'Exponent' description,'GammaCurve' description,'BehindFarColor' description,'BehindNearColor' description,'FrontFarColor' description,'FrontNearColor' description,'BehindFarTexture' description,'BehindNearTexture' description,'FrontFarTexture' description,'FrontNearTexture' description,'BehindFarTextureScale' description,'BehindFarTextureOffset' description,'BehindNearTextureScale' description,'BehindNearTextureOffset' description,'FrontFarTextureScale... |
||
Line 12: | Line 12: | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|HighPriorityIntegration|Bool|{{Asset HighPriorityIntegration Field}} | |HighPriorityIntegration|Bool|{{Asset HighPriorityIntegration Field}} | ||
|_shader|{{RootFieldType|AssetRef`1|[[Type:Shader|Shader]]}}|TypeAdv1=true| | |_shader|{{RootFieldType|AssetRef`1|[[Type:Shader|Shader]]}}|TypeAdv1=true|{{Template:Material__shader}} | ||
|Exponent|Float| | |Exponent|Float|{{Template:Material_Exponent}} | ||
|GammaCurve|Float| | |GammaCurve|Float|{{Template:Material_GammaCurve}} | ||
|BehindFarColor|ColorX| | |BehindFarColor|ColorX|{{Template:Material_BehindFarColor}} | ||
|BehindNearColor|ColorX| | |BehindNearColor|ColorX|{{Template:Material_BehindNearColor}} | ||
|FrontFarColor|ColorX| | |FrontFarColor|ColorX|{{Template:Material_FrontFarColor}} | ||
|FrontNearColor|ColorX| | |FrontNearColor|ColorX|{{Template:Material_FrontNearColor}} | ||
|BehindFarTexture|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv8=true| | |BehindFarTexture|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv8=true|{{Template:Material_BehindFarTexture}} | ||
|BehindNearTexture|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv9=true| | |BehindNearTexture|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv9=true|{{Template:Material_BehindNearTexture}} | ||
|FrontFarTexture|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv10=true| | |FrontFarTexture|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv10=true|{{Template:Material_FrontFarTexture}} | ||
|FrontNearTexture|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv11=true| | |FrontNearTexture|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv11=true|{{Template:Material_FrontNearTexture}} | ||
|BehindFarTextureScale|Float2| | |BehindFarTextureScale|Float2|{{Template:Material_BehindFarTextureScale}} | ||
|BehindFarTextureOffset|Float2| | |BehindFarTextureOffset|Float2|{{Template:Material_BehindFarTextureOffset}} | ||
|BehindNearTextureScale|Float2| | |BehindNearTextureScale|Float2|{{Template:Material_BehindNearTextureScale}} | ||
|BehindNearTextureOffset|Float2| | |BehindNearTextureOffset|Float2|{{Template:Material_BehindNearTextureOffset}} | ||
|FrontFarTextureScale|Float2| | |FrontFarTextureScale|Float2|{{Template:Material_FrontFarTextureScale}} | ||
|FrontFarTextureOffset|Float2| | |FrontFarTextureOffset|Float2|{{Template:Material_FrontFarTextureOffset}} | ||
|FrontNearTextureScale|Float2| | |FrontNearTextureScale|Float2|{{Template:Material_FrontNearTextureScale}} | ||
|FrontNearTextureOffset|Float2| | |FrontNearTextureOffset|Float2|{{Template:Material_FrontNearTextureOffset}} | ||
|NormalMap|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv20=true| | |NormalMap|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv20=true|{{Template:Material_NormalMap}} | ||
|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 38: | Line 38: | ||
|OffsetFactor|Float|{{Template:Material_OffsetFactor_Desc}} | |OffsetFactor|Float|{{Template:Material_OffsetFactor_Desc}} | ||
|OffsetUnits|Float|{{Template:Material_OffsetUnits_Desc}} | |OffsetUnits|Float|{{Template:Material_OffsetUnits_Desc}} | ||
|PolarUVmapping|Bool| | |PolarUVmapping|Bool|{{Template:Material_PolarUVmapping}} | ||
|PolarPower|Float| | |PolarPower|Float|{{Template:Material_PolarPower}} | ||
}} | }} | ||
Latest revision as of 20:43, 29 June 2025
Component image 
Overlay Fresnel Material component as seen in the Scene Inspector

The Overlay Fresnel Material functions similar to a Fresnel Material with the added attribute of displaying through objects.
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. |
Exponent
|
Float | The sharpness of the fresnel effect. |
GammaCurve
|
Float | The gamma curve of the material colors. |
BehindFarColor
|
ColorX | The far color tint when the material is behind things and being rendered on top. |
BehindNearColor
|
ColorX | The near color tint when the material is behind things and being rendered on top. |
FrontFarColor
|
ColorX | The far color tint when the material is within view. |
FrontNearColor
|
ColorX | The near color tint when the material is within view. |
BehindFarTexture
|
ITexture2D | The far texture when the material is behind things and being rendered on top. |
BehindNearTexture
|
ITexture2D | The near texture when the material is behind things and being rendered on top. |
FrontFarTexture
|
ITexture2D | The far texture when the material is within view. |
FrontNearTexture
|
ITexture2D | The near texture when the material is within view. |
BehindFarTextureScale
|
Float2 | The UV texture scale of BehindFarTexture .
|
BehindFarTextureOffset
|
Float2 | The UV texture offset of BehindFarTexture .
|
BehindNearTextureScale
|
Float2 | The UV texture scale of BehindNearTexture .
|
BehindNearTextureOffset
|
Float2 | The UV texture offset of BehindNearTexture .
|
FrontFarTextureScale
|
Float2 | The UV texture scale of FrontFarTexture .
|
FrontFarTextureOffset
|
Float2 | The UV texture offset of FrontFarTexture .
|
FrontNearTextureScale
|
Float2 | The UV texture scale of FrontNearTexture .
|
FrontNearTextureOffset
|
Float2 | The UV texture offset of FrontNearTexture .
|
NormalMap
|
ITexture2D | The normal map is used as a way to change the appearance of a surface when shined on by lights, to give the illusion of a raised surface. |
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. |
RenderQueue
|
Int | changes at which point a material renders on the render stack |
OffsetFactor
|
Float | How much this material should be pushed forwards or backwards on the depth buffer, based on the polygon's slope relative to the camera (i.e. polygons parallel to the camera will not be affected by this).[1] |
OffsetUnits
|
Float | How much this material should be pushed forwards or backwards on the depth buffer (regardless of the polygon's slope relative to the camera), in units equal to the smallest possible difference for the rendering device being used.[1] |
PolarUVmapping
|
Bool | Whether to use polar UV unwrapping. |
PolarPower
|
Float | The power of the polar UV unwrapping. |
Usage
Attach to a slot and put into the materials of a renderer like a SkinnedMeshRenderer or a 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.