Articles

Go BACK
Getting Started
Creating Stuff
Online Assets
Shader Types
Utilities

Standard (Material)

The Simple PBR Material using the Standard Shader is a basic setup for physically-based rendering (PBR) materials.

It supports the following texture maps:

  • AO (Ambient Occlusion)
  • Base Color
  • Metallic
  • Roughness
  • Emission
  • Normal
  • Height
  • Opacity

Ambient Occlusion: This texture map represents the ambient occlusion information for the material. It enhances shadows in the material. The AO map is mixed with the Base Color map using a color mix node, with the blending mode set to multiply. Increasing the factor of the color mix node strengthens the AO effect.

The Simple PBR Material allows for customization and modification by adjusting the texture maps and material properties to achieve your desired look.
Standard (World)
AmbientCG Uber

Table of Contents

Sub-Headings
Time To read:
I am Time To read
Mins