Automated: update component fields |
Automated: update 'HighPriorityIntegration' description |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 11: | Line 11: | ||
== Fields == | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|HighPriorityIntegration|Bool| | |HighPriorityIntegration|Bool|{{Asset HighPriorityIntegration Field}} | ||
|_shader|{{RootFieldType|AssetRef`1|[[Type:Shader|Shader]]}}|TypeAdv1=true| | |_shader|{{RootFieldType|AssetRef`1|[[Type:Shader|Shader]]}}|TypeAdv1=true| | ||
|Color|ColorX| | |Color|ColorX| Color/Tint of the fur | ||
|SpecularColor|ColorX| | |SpecularColor|ColorX| Specular Tint. Behaves like PBS Specular Tinting | ||
|Shininess|Float| | |Shininess|Float| Behaves like PBS Smoothness | ||
|Gloss|Float| | |Gloss|Float| Reflection Intensity. | ||
|RimColor|ColorX| | |RimColor|ColorX| Rim Lighting Color | ||
|RimPower|Float| | |RimPower|Float| Rim Lighting Power | ||
|FurLength|Float| | |FurLength|Float| Length of the fur. Always applied in the force direction. | ||
|FurHardness|Float| | |FurHardness|Float| How Stiff the fur is. Biases fur to point in the mesh normal direction instead of the force direction. | ||
|FurThinness|Float| | |FurThinness|Float| How many times to re-iterate the fur noise map. Behaves similarly to texture scaling. | ||
|FurShading|Float| | |FurShading|Float| How much fake shading should be applied to the fur. | ||
|FurColoring|Float| | |FurColoring|Float| How much the color of the fur should take precedent over shading. | ||
|Base|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv13=true| | |Base|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv13=true| Albedo Texture. Alpha is Heightmap | ||
|NormalMap|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv14=true| | |NormalMap|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv14=true| Normal Map | ||
|Noise|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv15=true| | |Noise|{{RootFieldType|AssetRef`1|[[Type:ITexture2D|ITexture2D]]}}|TypeAdv15=true| Noise texture. This should always be on the alpha channel. This determines the pattern of the fur. | ||
|TextureScale|Float2| | |TextureScale|Float2| Texture Scale | ||
|TextureOffset|Float2| | |TextureOffset|Float2| Texture Offset | ||
|AlphaCutoff|Float| | |AlphaCutoff|Float| Alpha cutoff for the additional layers created by the shader based on the noise map. | ||
|ForceGlobal|Float4| | |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| | |ForceLocal|Float4|The amount of displacement to apply in the object's local coordinate system. | ||
|RenderQueue|Int| | |RenderQueue|Int| | ||
}} | }} | ||
Line 46: | Line 46: | ||
[[Category:ComponentStubs]] | [[Category:ComponentStubs]] | ||
[[Category:Components{{#translation:}}|Fur Material]] | [[Category:Components{{#translation:}}|Fur Material]] | ||
[[Category:Materials{{#translation:}}|Fur Material]] | |||
[[Category:Components:Assets:Materials{{#translation:}}|Fur Material]] | [[Category:Components:Assets:Materials{{#translation:}}|Fur Material]] |
Latest revision as of 11:59, 1 August 2024
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Component image
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. |
_shader
|
Shader | |
Color
|
ColorX | Color/Tint of the fur |
SpecularColor
|
ColorX | Specular Tint. Behaves like PBS Specular Tinting |
Shininess
|
Float | Behaves like PBS Smoothness |
Gloss
|
Float | Reflection Intensity. |
RimColor
|
ColorX | 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 |