Baking Assets

This doc goes over how to bake high polygon asset details into low polygon assets in order to reduce polycount.

Baking will take the detail of the high polygon asset and project them onto the low polygon texture. This way the polycount can be considerably lower, while keeping the quality of the high polygon asset at the cost of filesize (due to the texture).

There are many ways to do this, this doc will go over several different applications such as Blender (free), Substance Painter (Adobe subscription or on Steam) and Marmoset Toolbag.

This tutorial will go over using Blender.

Prerequisites

  • High polygon Assets such as a sculpt or subdivided mesh.

    • Can be single or multiple meshes.

  • Low polygon asset for use in the Mona space.

    • Has to be a Single mesh.

    • UVs should be unwrapped correctly.

  • Blender or Substance Painter.

Baking In Blender

In your blender scene you should have all your high polygon assets and your low polygon asset. The low polygon asset can only be a single mesh, so join your meshes into one asset if you need to.

Setting up the Texture and Material

First, we need to create a material and texture for us to bake onto. This could be done first or before baking.

  • Select the low polygon asset.

  • Go to the 'Material Properties' panel in Blender.

  • Assign a new material.

  • With the asset selected, go to the Shading menu at the top of the window.

  • In the Shader Editor or node graph section, go to 'Add / Texture / Image Texture' to add a new Image Texture node. Place it in the node graph.

    • You do not need to connect this node to anything unless you want to see the result in Blender.

  • Select '+ New' in the Image Texture node to make a new texture. Set to 1024x1024 or below (as a power of 2. eg. 512x512, 256x256 etc.)

  • Make sure the Image Texture node is selected on this Material before Baking later in the process.

Baking the High poly asset onto the low poly

  • Go to the Render Properties tab at the bottom right.

  • Change the renderer to 'Cycles'.

    • Blender defaults to using 'Eevee'.

    • This will enable the Bake tab in the options below.

    • Change the 'Device' to 'GPU Compute' if you have a good Graphics Card as this may be faster.

  • Expand the Bake tab in the Render Properties section.

  • Change the bake type to what you would like to bake from the high polygon assets.

    • 'Diffuse' or 'Normal' are two common examples but depends on what you need for asset creation.

    • 'Combined' is good to bake all the information into a single texture.

  • Select if you would like Direct or Indirect lighting. This considers the lighting in the scene.

  • Enable the 'Selected to Active' property, then expand the tab.

    • This bakes all of the selected high polygon assets into the last selected objects (such as your low polygon asset) texture that we created previously.

  • Adjust the 'Extrusion' and 'Max Ray distance' as needed.

    • These depend on your asset sizes, and adjust how the information is projected.

    • If the settings are incorrect you may get passthrough or incorrect bake information.

  • Select all your high polygon assets using 'shift' or 'ctrl'.

  • Select your low polygon asset last using 'shift' or 'ctrl'.

  • Select the 'Bake' button at the top of the Bake section in Render Properties.

  • Go to the Shading Menu and select the Image Texture Node (if you haven't already) you should see the bake results.

    • If you get any baking issues or mismatches, you can adjust the Extrusion and Max Ray Distance to improve the result.

    • Make sure that the high and low poly Normals are facing the right direction. You can check this by enabling the 'Face Orientation' option in the 'Overlays' menu at the top left of the viewport. Blue is the correct facing color.

    • Make sure that your low poly asset is smoothed.

    • If creating a single asset with a single texture, make sure that your low poly asset only has one Material. The bake will only apply to the selected Image Texture Node. You can utilise this for multi object/materials if needed.

  • Once you are satisfied with the results, go to the Image Editor in the bottom left window, and select the three lines at the top to show the 'View | Image' pulldown.

  • Go to 'Image / Save as...' in order to save your baked image to edit in your Image Creation software.

  • If you want to see the textures on your asset, connect the nodes to their respective parameter in the 'Principled BSDF' node.

    • Note if you are connecting the Normal map, you will need to add a 'Normal map ' node between the texture and the Normal parameter. This can be found in the 'Add / Vector/ Normal Map' menu.

    • Make sure to set the Viewport Shading to 'Material' or 'Rendered' at the top right in the Viewport to see the material result.

Last updated