Component:PBS DualSidedMetallic

From Resonite Wiki
Revision as of 19:06, 22 December 2024 by 989onan (talk | contribs) (add some info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

PBS Metallic Dualsided Channel Packing is

R: Metalness/Occlusion/Height

A: Smoothness


Component image 
PBS Dual Sided Metallic 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.
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
TextureOffset Float2
AlbedoColor ColorX
AlbedoTexture ITexture2D
EmissiveColor ColorX
EmissiveMap ITexture2D
NormalMap ITexture2D
NormalScale Float
OcclusionMap ITexture2D
Culling Culling Whether to show the material on the front, back, or both sides
AlphaHandling AlphaHandling
AlphaClip Float
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
Metallic Float How much metallicness the surface should have if MetallicMap is not specified.
Smoothness Float How much smoothness the surface should have if MetallicMap is not specified.
MetallicMap ITexture2D Metallic Maps
_regular Shader Shader, Internal.
_transparent Shader Shader, Internal.

Usage

Examples

See Also