The PBR (specular/gloss) material is a physically based rendering material provides an accurate representation of how light interacts with surfaces.
Interface
Material Parameters group
- Base/Albedo
- Click the color swatch to pick a base color of the surface. This is the diffuse color.
Click the corresponding button to assign a Base/Albedo map or, using Windows explorer, drag and drop a map directly on it.
- Specular
- Sets the specular (reflection) color of the point of the surface facing the user (technically F0 reflectivity). Non-metallic objects this should be around 0.02-0.04, but for metals this should be the color of the metal (and the base color should be black)
Click the corresponding button to assign a Specular map or, using Windows explorer, drag and drop a map directly on it.
- Glossiness
- Sets the glossiness of the surface, where 1.0 is completely smooth and 0.0 is completely rough (wholly diffuse). Note that this can be toggled to show Roughness using the Surface Smoothness Defined As option below.
Click the corresponding button to assign a Glossiness map or, using Windows explorer, drag and drop a map directly on it.
- Occlusion Map (AO)
- Click to select a map defining ambient occlusion, if needed.
Click the corresponding button to assign a Occlusion map or, using Windows explorer, drag and drop a map directly on it.
- Normal
- Sets the normal map. If a bitmap is connected here, a Normal Bump map does not need to be included. Using Windows explorer, you can also drag and drop a map directly on it.
- Emission
- Click the color swatch to pick a color for the emission (self-illumination) map.
Click the corresponding button to assign an Emission map or, using Windows explorer, drag and drop a map directly on it.
- Displacement
- Sets the displacement effect, modifying the surface to have the details of the displacement map as actual (generated) geometry. The numeric setting is a multiplier value for adjusting the effect's strength. Default=1.
Click the corresponding button to assign a Displacement map, or using Windows Explorer, drag and drop a map directly on it.
- Opacity Map
- Click to select a map defining opaque and transparent areas, where 1.0 is opaque and 0.0 is transparent. Using Windows explorer, you can also drag and drop a map directly on it.
Settings group
- Surface Smoothness defined as
- Toggles the method for calculating the PBR map.
- AO Affects Diffuse
- Enables ambient occlusion to affect the color on the object.
- AO Affects Reflection
- Enables ambient occlusion to affect the reflection.
- Normal Flip Red
- Flips the X-axis of the map. This setting is used for compatibility with maps coming from other sources. Flip to match the style of normal map used.
- Normal Flip Green
- Flips the Y-axis of the map. This setting is used for compatibility with maps coming from other sources. Flip to match the style of normal map used.