db&w documentation wiki

finest software | finest docs

Site Tools


tools:pbr_texture_set

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tools:pbr_texture_set [2020/11/25 17:41] – [Textures] lightwolftools:pbr_texture_set [2024/03/06 22:22] (current) – [Ressources] lightwolf
Line 1: Line 1:
-====== PBR Texture Set (WiP) ====== +====== PBR Texture Set ======
- +
-{{ :tools:pasted:20201119-014334.png}}+
  
 The PBR Texture Set node is designed as a one stop solution for using a set of PBR textures. The PBR Texture Set node is designed as a one stop solution for using a set of PBR textures.
Line 13: Line 11:
  
 There's also an option to use the built-in triplanar mapping, allowing for quick texturing of generic meshes. There's also an option to use the built-in triplanar mapping, allowing for quick texturing of generic meshes.
 +{{:tools:pasted:20210529-140140.png}}
 +{{ :tools:pasted:20201119-014334.png}}
 ===== Controls ===== ===== Controls =====
  
Line 48: Line 48:
   * **Filename Base Separators** Here you can add multiple characters that may serve as separators of the base file name to modifiers, which could include the pbr texture channel name, image numbers or UDIM numbers.   * **Filename Base Separators** Here you can add multiple characters that may serve as separators of the base file name to modifiers, which could include the pbr texture channel name, image numbers or UDIM numbers.
   * **Colour / Diffuse, Metallic, Roughness, etc.** These determine file name fragments the plugin will look for to assign images to PBR texture slots. Multiple fragments may be separated by a semicolon (**;**).\\ The plugin will remove the base file name (if possible) before trying to match the fragments. If an images matches multiple fragments then it may be assigned to multiple slots.   * **Colour / Diffuse, Metallic, Roughness, etc.** These determine file name fragments the plugin will look for to assign images to PBR texture slots. Multiple fragments may be separated by a semicolon (**;**).\\ The plugin will remove the base file name (if possible) before trying to match the fragments. If an images matches multiple fragments then it may be assigned to multiple slots.
 +
  
 === Metallic / Specular === === Metallic / Specular ===
Line 54: Line 55:
 Node outputs will be converted as required. Node outputs will be converted as required.
  
-If Metallic is enabled, the Metallic and Roughness textures will be visible. The Colour texture will be interpreted as Base Colour.+If Metallic is enabled, the Base Colour, Metallic and Roughness textures will be visible.
  
-If Specular is enabled, the Specular and Roughness textures will be visible. The Colour texture will be interpreted as Diffuse Colour.+If Specular is enabled, the Diffuse Colour((also known as albedo)), Specular and Roughness textures will be visible.
  
 Below this you will find a section of pop-ups to select images for the individual channels of a PBR texture set as well as related controls. Below this you will find a section of pop-ups to select images for the individual channels of a PBR texture set as well as related controls.
Line 64: Line 65:
 </WRAP> </WRAP>
  
 +{{ :tools:pasted:20201125-174403.png| Basic set-up for a metallness workflow.}}
 +=== Base Colour (Metallic mode only) <sRGB> ===
 +
 +The base colour for metallic texture sets. The alpha channel of this image is available as the Transparency output.
 +=== Diff. Colour (Specular mode only) <sRGB> ===
 +
 +The albedo/diffuse colour for specular texture sets. The alpha channel of this image is available as the Transparency output.
  
-=== Colour <sRGB> ===+=== Occlusion % ===
  
-The base colour for metallic texture sets or the albedo/diffuse colour for specular texture setsThe alpha channel of this image is available as the Transparency output.+Multiplies the Base DiffColour by the Occlusion texture if present.
  
 === Metallic (Metallic mode only) <linear>=== === Metallic (Metallic mode only) <linear>===
Line 76: Line 84:
  
 The roughness of the surface. This is a greyscale / scalar value. To allow for the use of a single image as an ORM (Occlusion, Roughness, Metallness) map, only the green channel of the image is used (and displayed in the thumbnail). The roughness of the surface. This is a greyscale / scalar value. To allow for the use of a single image as an ORM (Occlusion, Roughness, Metallness) map, only the green channel of the image is used (and displayed in the thumbnail).
 +
 +=== Invert ===
 +
 +Inverts the Roughness value, essentially (almost) turning it into a specularity value.
  
 === Specular (Specular mode only) <sRGB> === === Specular (Specular mode only) <sRGB> ===
Line 97: Line 109:
  
 This slot is for a normal map in tangent space. This slot is for a normal map in tangent space.
 +
 +=== Strength ===
 +
 +This controls the strength of the applied normal map.
 +
 +=== Invert X/Y/Z ===
 +Inverts the X/Y/Z component of the normal map, in cases where the direction is wrong.
  
 === Displace <linear>=== === Displace <linear>===
Line 102: Line 121:
 This is an optional displacement/height map which can also be used to compute a bump map. This is an optional displacement/height map which can also be used to compute a bump map.
  
 +=== Height ===
 +Multiplies the displacement value.
 +=== Invert ===
 +Inverts the displacement.
 ==== Mapping ==== ==== Mapping ====
 {{ :tools:pasted:20201119-014548.png}} {{ :tools:pasted:20201119-014548.png}}
Line 146: Line 169:
 ==== Inputs ==== ==== Inputs ====
 === Projection === === Projection ===
 +
 +The projection to use. The PBR Texture Set only performs the texture mapping and doesn't create the projection, the only exception being a Triplanar projection ((Since that's a mixture of multiple projections and mappings)).
 +
 +If nothing is connected here, the default UV will be used.
 +
 === MipMap Strength === === MipMap Strength ===
 <WRAP center round tip 60%> <WRAP center round tip 60%>
Line 166: Line 194:
  
 === Base Colour (Metallic) === === Base Colour (Metallic) ===
 +
 +The base colour for a metallic workflow. If the node is set to use a specular workflow (which has a diffuse colour) this is converted automatically.
 +
 === Base Luma (Metallic) === === Base Luma (Metallic) ===
 +
 +The luminance of the Base Colour.
 +
 === Diffuse Colour (Specular)=== === Diffuse Colour (Specular)===
 +
 +The diffuse colour for a specular workflow. If the node is set to use a metallic workflow (which has a base colour) this is converted automatically.
 +
 === Diffuse Luma (Specular)=== === Diffuse Luma (Specular)===
 +
 +The luminance of the Diffuse Colour.
 +
 === Transparency === === Transparency ===
  
Line 174: Line 214:
  
 === Metallic (Metallic) === === Metallic (Metallic) ===
 +
 +The metallness of the texture set. If the set is using a specular workflow, this is computed from the specular colour and diffuse colour maps.
 +
 === Roughness (Metallic) === === Roughness (Metallic) ===
 +
 +The roughness of the texture set. If the set is using a specular workflow, this is computed from the glossiness.
 +
 === Specular (Specular)=== === Specular (Specular)===
 +
 +The specular colour of the texture set. If the set is using a metallic workflow, this is computed from the base colour and the metallness.
 +
 === Glossiness (Specular)=== === Glossiness (Specular)===
 +
 +The glossiness colour of the texture set. If the set is using a metallic workflow, this is computed from the roughness.
 +
 === Occlusion === === Occlusion ===
 +
 +The value extracted from the occlusion map.
 +
 === Luminous Colour === === Luminous Colour ===
 +
 +The luminous colour map.
 +
 === Displacement === === Displacement ===
 The displacement away from the surface, optionally multiplied. The displacement away from the surface, optionally multiplied.
 === Normal === === Normal ===
 +
 +The normal map in tangent space transformed using the current project. This can be applied directly to normal inputs.
 +
 === Bump === === Bump ===
 The bump map which is computed from a displacement map if one is present in the texture set. The bump map which is computed from a displacement map if one is present in the texture set.
 +
 +===== Ressources =====
 +
 +Mikael Burman created a video that shows how to use PBR textures traditionally and how the PBR Texture Set speeds up using them.
 +
 +{{youtube>4JUpqmFgAlM?}}
 +
 +Here is a small collection of links to free PBR Image set ressources:
 +
 +[[https://cc0textures.com/list?sort=Popular|cc0texures.com]]
 +
 +[[https://texturehaven.com/textures/|texturehaven.com]]
 +
 +[[https://www.mographmentor.com/resources/essential-mograph-texture-pack/|www.mographmentor.com (requires registration)]]
 +
 +
  
 ---- ----
tools/pbr_texture_set.1606322499.txt.gz · Last modified: 2020/11/25 17:41 by lightwolf