Component:PBS DualSidedSpecular: Difference between revisions

From Resonite Wiki
template
not a stub
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
<translate>
<translate>
<!--T:1-->
<!--T:1-->
{{stub}}
{{Infobox Component
{{Infobox Component
|Image=PBS_DualSidedSpecularComponent.png
|Image=PBS_DualSidedSpecularComponent.png
Line 14: Line 13:
{{Table ComponentFields
{{Table ComponentFields
|HighPriorityIntegration|Bool|{{Asset HighPriorityIntegration Field}}
|HighPriorityIntegration|Bool|{{Asset HighPriorityIntegration Field}}
|TextureScale|Float2|
|TextureScale|Float2|{{Template:Material_TextureScale}}
|TextureOffset|Float2|
|TextureOffset|Float2|{{Template:Material_TextureOffset}}
|AlbedoColor|ColorX|
|AlbedoColor|ColorX|{{Template:Material_AlbedoColor}}
|AlbedoTexture|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv4=true|
|AlbedoTexture|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv4=true|{{Template:Material_AlbedoTexture}}
|EmissiveColor|ColorX|
|EmissiveColor|ColorX|{{Template:Material_EmissiveColor}}
|EmissiveMap|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv6=true|
|EmissiveMap|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv6=true|{{Template:Material_EmissiveMap}}
|NormalMap|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv7=true|
|NormalMap|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv7=true|{{Template:Material_NormalMap}}
|NormalScale|Float|
|NormalScale|Float|{{Template:Material_NormalScale}}
|OcclusionMap|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv9=true|
|OcclusionMap|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv9=true|{{Template:Material_OcclusionMap}}
|Culling|Culling| {{Template:Material_Culling_Desc}}
|Culling|Culling| {{Template:Material_Culling_Desc}}
|AlphaHandling|AlphaHandling|
|AlphaHandling|AlphaHandling|{{Template:Material_AlphaHandling}}
|AlphaClip|Float|
|AlphaClip|Float|{{Template:Material_AlphaClip}}
|OffsetFactor|Float|{{Template:Material_OffsetFactor_Desc}}
|OffsetFactor|Float|{{Template:Material_OffsetFactor_Desc}}
|OffsetUnits|Float|{{Template:Material_OffsetUnits_Desc}}
|OffsetUnits|Float|{{Template:Material_OffsetUnits_Desc}}
|RenderQueue|Int|{{Template:Material_RenderQueue_Desc}}
|RenderQueue|Int|{{Template:Material_RenderQueue_Desc}}
|SpecularColor|ColorX|
|SpecularColor|ColorX|{{Template:Material_SpecularColor}}
|SpecularMap|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv17=true|
|SpecularMap|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv17=true|{{Template:Material_SpecularMap}}
|_regular|{{RootFieldType|AssetRef`1|[[Type:Shader|Shader]]}}|TypeAdv18=true| Internal.
|_regular|{{RootFieldType|AssetRef`1|[[Type:Shader|Shader]]}}|TypeAdv18=true|{{Template:Material__regular}}
|_transparent|{{RootFieldType|AssetRef`1|[[Type:Shader|Shader]]}}|TypeAdv19=true| Internal.
|_transparent|{{RootFieldType|AssetRef`1|[[Type:Shader|Shader]]}}|TypeAdv19=true|{{Template:Material__transparent}}
}}
}}


Line 44: Line 43:
== See Also ==
== See Also ==
</translate>
</translate>
[[Category:ComponentStubs]]
[[Category:Components{{#translation:}}|PBS Dual Sided Specular]]
[[Category:Components{{#translation:}}|PBS Dual Sided Specular]]
[[Category:Materials:PBS{{#translation:}}|PBS Dual Sided Specular]]
[[Category:Materials:PBS{{#translation:}}|PBS Dual Sided Specular]]
[[Category:Materials{{#translation:}}|PBS Dual Sided Specular]]
[[Category:Materials{{#translation:}}|PBS Dual Sided Specular]]
[[Category:Components:Assets:Materials:PBS{{#translation:}}|PBS Dual Sided Specular]]
[[Category:Components:Assets:Materials:PBS{{#translation:}}|PBS Dual Sided Specular]]

Latest revision as of 18:31, 2 July 2025

Component image 
PBS Dual Sided Specular component as seen in the Scene Inspector

Normally, mesh faces are single-sided only, and thus only render on the outside. Applying a dual-sided material will cause both outside and inside faces to be rendered.

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.
TextureScale Float2 How much to scale up or down the different texture maps.
TextureOffset Float2 How much to shift around the position of the different texture maps.
AlbedoColor ColorX The color to multiply the texture of the albedo (base color) with. Basically a tint. Default white.
AlbedoTexture ITexture2D The texture to use as the color of the surface.
EmissiveColor ColorX The color to multiply the texture of the emission (glowly color) with. Basically a tint. Default white.
EmissiveMap ITexture2D The texture to use as the glowing (emission) color of the surface.
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.
NormalScale Float How much to scale up the effect of the normal map.
OcclusionMap ITexture2D Used to specify surface parts in eternal shadow due to being close to other mesh parts.
Culling Culling Whether to show the material on the front, back, or both sides
AlphaHandling AlphaHandling How to handle alpha values in pixels on the AlbedoTexture.
AlphaClip Float Any alpha value below this amount is not rendered for any given pixel when cutout is enabled.
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
SpecularColor ColorX Specular Tint. Behaves like PBS Specular Tinting
SpecularMap ITexture2D Specular Maps
_regular Shader Internal.
_transparent Shader Shader, Internal.

Usage

Examples

See Also