Normal Map Creation in Maya

From Valve Developer Community
Jump to: navigation, search
Dead End - Icon.png
This article has no links to other VDC articles. Please help improve this article by adding links that are relevant to the context within the existing text.
January 2024

This page will help you creating a normal map in maya based of an high resolution and an low resolution mesh model.

If you simply wan't to create a normal map out of a texture, we suggest you using CrazyBump (or any other Normal Map creation tool like NVidia's normal tool) for this task!

Creating Normal Maps with Transfer Maps

You can "bake" a normal map from an high resolution mesh to an low poly mesh using the "transfer maps" feature of maya.

A highpoly brickwall created in Autodesk Mudbox
A lowpoly version of the highpoly mesh
(2 triangles, created with the Reduce tool)

In this tutorial, I created a mesh plane with a subdivision level of 100x100. This plane was sent to Mudbox and edited/sculpted there with Masks to achieve a brick looking mesh.

This mesh was sent back to Maya and duplicated. Reduce the amount of one plane by using the "Reduce" tool. I went with a flat plane.


Actual Baking

Select "Rendering" in the menu to get access to the rendering menu bar.

Maya baking stp1.jpeg

Go to "Lighting/Shading" and select "Transfer Maps".

Maya baking stp2.jpeg

A window will pop up, you have to select your target mesh (low poly version), your source mesh (high poly mesh) and your transfering method (there are "normal map", "displacement maps", "diffuse maps", "lightning maps" and "alpha maps"). Use the outliner or viewport to select meshes!

Maya baking stp3.jpeg


  • Normal Map:

uses tanget spaces, to simulate detail rich surfaces with propper lightning

  • Displacement Map:

Actually deform's the mesh and creates an realistic representation, may use much more computing power than Normal Maps

  • Diffuse Map:

Transfers a texture from a highpoly mesh to an lowpoly mesh.
This is not recommendet in model creation.
Just sculpt your model and dont look at the UV's.
Lay your UV shells propperly out on a lowpoly variant, its easier!

  • Lightning Maps:

Simulates light and bakes it to the corresponding texture.
(The source engine uses this method to bake the lightning into your maps altough slightly more dynamic).
(Dont create full blown maps with this within maya. The viewmodel will be fullbrigth and you would still have to use brushes to seal your map!)

  • Alpha Maps:

Bakes the alpha channel of an object into its texture for a clean transition from e.g. black to fully transparent)

You now can click Bake or Bake and Close. The latter will close the menu after baking.

My Result after baking. Left the source mesh, right the target mesh.


Settings & Notes

Note:

  • Make sure your taregt mesh's faces are bigger/above the source mesh!
  • Make sure texture's are enabled in your viewport!
  • Dont bake meshes, that contain 90degree angle's, this will mess up the renderer!
  • Arnold (Maya's built in raytracing renderer) support's baking, but MtoA.mll (Maya to Arnold) currently DOES NOT utulize it!

Settings:

  • Select a destination for your normal map or you have to look it up in Hypershade.
  • For preview purposes, select a small resolution under the Maya Common Output Tab, baking normal maps with high resolution meshes can get very expensive very fast!
  • The Filter type defines which type of blurring is being used, standart is a gaussian blur with a value of 3, for unfiltered texture, use a filter size of 1.

Wikipedia - Letter.png
This article has not been added to any content categories. Please help out by adding categories.
January 2024