PBR
Last updated
Last updated
PBR (Physically-based rendering) provides physically correct visualization taking into account the laws of physics. PBR materials help to display the real model of the materials that exist in the physical world.
PBR has more settings than other materials. For PBR materials, you can set up Ambient Occlusion, Roughness, Metalness and Emissive.
PBR has 4 texture maps: Base, Normal, ARM and Emissive. You can manage these texture maps using the settings in the Material Panel.
Note: If several texture maps are used, they must be of the same size.
We can modify the Normal map using a Normal setting option in the Material Panel.
The Normal setting is responsible for the strength of the impact of the Normal map. We can increase the Normal map to give a slightly different look to our material. You will see the difference if you move the slider from right to left.
Note: the intensity of the normal map can exceed 100% and reach up to 500%.
The ARM Texture Map has three textures: Ambient Occlusion, Roughness and Metallic. ARM is just short for AOC, Roughness and Metallic.
MANU has such functionality that allows you to bake several texture maps into one - the ARM map. Combining maps allows you to increase the performance of the game, also reduces the load on rendering.
To upload baked ARM map:
click on it, then upload the already prepared baked ARM map or Import it from your computer.
If you need to upload all 3 texture maps (Ambient Occlusion, Roughness and Metallic) separately:
click on it, then upload or import the maps you need.
Note: If several texture maps are used, they must be of the same size.
AOC setting allows you to adjust the desired level of shading on the object, by moving the slider.
Depending on the level of roughness, the object will scatter as much light as possible that falls on it. If there is a light source in the scene and we set the minimal Roughness, then the reflection from this light source will resemble the light source itself (for example, like reflection from a smooth surface).
As the Roughness approaches the maximum, the light begins to scatter more and more. The maximum Roughness is a relative concept: all the light will be distributed over the surface, there will be no bright glare on the material.
When the Metalness increases, we see that our material begins to reflect not only the color of the light source. The metal color appears in the glare.
The color of the metal itself will always be there on the metal, regardless of the lighting. Move the slider of Metalness to set the value you need.
By combining only 2 parameters Metalness and Roughness, we can create materials similar to materials that exist in the physical world. Basically, all surfaces can be described using 3 maps: Base, Roughness, Metalness
If you move the Emissive slider to the right, the object begins to glow brighter. However, it will not illuminate other objects on the stage. Using this parameter, we can increase the saturation of light on the object.
Emissive Color is a color of the emitted light.
Base is responsible for the color of the object and consists of two texture maps: Albedo and Alpha. When you hover over the Base, you will see a control with which you can proceed to loading these 2 texture maps. Click on it, then upload the map you need.
If you only need the Albedo texture map, then load it using the uploader on the Base texture map , which will appear when you hover over the Base texture. Just click on it and a texture picker will appear together with an option to Import texture.
hover over the ARM texture map in the Material Panel, you will see an uploader icon
hover over the ARM in the Material Panel, you will see a control ;