MANU
  • Quick Start Guide
  • Learn
    • Manual
      • Installing MANU
      • Welcome Screen
      • Workspace Modes
        • Edit Mode
        • Animation Mode
        • Game Mode
      • Scene Panel
      • Main Toolbar
      • Primitives
      • Collider
      • Lights
      • Speaker
      • Importing 3D Objects
      • Main Character
      • Camera
      • Transforms
      • Materials
        • Texture Maps
          • Difuse/Albedo
          • Alpha
          • Normal
          • Ambient Occlusion
          • Roughness
          • Metalness
          • Emissive
        • Basic
        • Matcap
        • PBR
        • Glass
        • Glow
        • Texture Tiling
        • Texture Offset
        • Cast Shadow
        • Opacity type
          • Opaque
          • Transparency
          • Cutout
      • Physics
        • Static Objects
        • Dynamic Objects
        • Kinematic Objects
        • Ghost Objects
        • Disabling Object's Rigidbody
        • Collider
      • Animation Timeline
      • Triggers
        • On Launch Scene
        • Key
        • Collision
        • Animation
        • State Machine
        • Comparsion
        • Game Flow
        • Trigger
        • Object Enabled
        • Network
      • State Machine
        • State Machine — Example
      • Game Flow
      • Prefabs and Assets
      • Gravity
      • Sky
      • Variables
        • Number
        • Boolean
        • Object
        • Tag
      • Tags
      • Lightmapping
      • Paint Group
      • Export Game & Assets
        • Export Games to MANU Marketplace
        • Export Assets to Marketplace
        • Export Game on Mobile devices
        • Export Game on disk
      • Lightmapping
      • Post Processing
        • Depth of Field (DOF)
        • Chromatic Aberrations
        • Bloom
        • Color Correction
        • Screen Space Ambient Occlusion (SSAO)
        • Screen Space Local Reflections (SSLR)
    • Tutorials
    • Formulas
    • Keyboard shortcuts
  • More
    • FAQ
    • Contact Support
    • Changelog
Powered by GitBook
On this page
  • Base texture map
  • Normal map setting
  • ARM texture map
  • Ambient Occlusion map setting
  • Roughness setting
  • Metalness setting
  • Emissive setting
  • Emissive color

Was this helpful?

  1. Learn
  2. Manual
  3. Materials

PBR

PreviousMatcapNextGlass

Last updated 1 year ago

Was this helpful?

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.

Base texture map

Note: If several texture maps are used, they must be of the same size.

Normal map setting

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%.

ARM texture map

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.

Ambient Occlusion map setting

AOC setting allows you to adjust the desired level of shading on the object, by moving the slider.

Roughness setting

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.

Metalness setting

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

Emissive setting

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

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 ;