FurMaterial: Difference between revisions

From Resonite Wiki
m Fixed grammatical mistakes and added clarification to Length versus Hardness parameters.
oops
Tag: New redirect
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages></languages>
#REDIRECT[[Component:FurMaterial]]
<translate>
<!--T:1-->
{{stub}}
{{Infobox Component
|Image=FurMaterialComponent.png
|Name=FurMaterial
}}
 
<!--T:2-->
== Intoduction ==
 
<!--T:3-->
== Usage ==
{{Table ComponentFields
|HighPriorityIntegration|Bool|
|_shader|Shader|
|Color|Color| Color/Tint of the fur
|SpecularColor|Color| Specular Tint... Behaves like PBS Specular Tinting
|Shininess|Float| Behaves like PBS Smoothness/Roughness
|Gloss|Float| Reflection Intensity.
|RimColor|Color| Rim Lighting Color
|RimPower|Float| Rim Lighting Power
|FurLength|Float| Length of the fur.  Always applied in the force direction.
|FurHardness|Float| How Stiff the fur is. Biases fur to point in the mesh normal direction instead of the force direction.
|FurThinness|Float| How many times to re-iterate the fur noise map. Behaves similarly to texture scaling.
|FurShading|Float| How much fake shading should be applied to the fur.
|FurColoring|Float| How much the color of the fur should take precedent over shading.
|Base|ITexture2D| Albedo Texture. Alpha is Heightmap
|NormalMap|ITexture2D| Normal Map
|Noise|ITexture2D| Noise texture. This should always be on the alpha channel. This determines the pattern of the fur.
|TextureScale|Float2| Texture Scale
|TextureOffset|Float2| Texture Offset
|AlphaCutoff|Float| Alpha cutoff for the additional layers created by the shader based on the noise map.
|ForceGlobal|Float4|The amount of displacement to apply in the world coordinate system.  The '''W''' value corresponds to a proportional affinity to point towards world origin.
|ForceLocal|Float4|The amount of displacement to apply in the object's local coordinate system.
|RenderQueue|Int|
}}
 
<!--T:4-->
== Behavior ==
 
<!--T:5-->
== Examples ==
 
<!--T:6-->
== Related Components ==
</translate>
[[Category:Components{{#translation:}}|FurMaterial (Component){{#translation:}}]]
[[Category:Components:Assets:Materials{{#translation:}}|FurMaterial (Component){{#translation:}}]]
[[Category:Materials]]

Latest revision as of 01:17, 1 August 2024