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

Was this helpful?

  1. Learn
  2. Manual
  3. Materials
  4. Texture Maps

Difuse/Albedo

PreviousTexture MapsNextAlpha

Last updated 2 years ago

Was this helpful?

The Diffuse/Albedo map indicates what colors are in this texture. It takes the color of the objects.

How to apply a texture map (on the example of a Diffuse map)?

To apply a texture to the material, click on the diffuse map, after that it will be possible to import or select a diffuse map.

To download a texture from your computer, simply click on the Import texture option. You also can select a texture map from the texture picker.

The diffuse map can also be disabled by moving the slider under it to the left.

If for some reason you need to delete the diffuse map, just hover over it and you will see a trash can icon. Right-click on it and the diffuse map will disappear.

Color/Albedo Tint

Each material has a Color property; and it behaves differently for each material. For example, for Basic materials, it behaves quite straightforwardly. We can choose any color and apply it to the object. And the object will simply get this color, there will be no reliefs, shadings or refraction of light on the object.

If we apply texture and change its color, the color value is multiplied by the selected texture.

And if the texture is not selected or disabled, it just shows the color.

Application: the combination of texture and color can be used in animation. For example, we have some object and we need it to flash red without changing anything else. Create an animation, set the color change from white to red and loop the animation.