3

I wonder how to render an alpha image to use for sculpting mode. This alpha image is called Height Map images.

This is Height Map image for bas relief

Adding this image as texture for sculping

jagoji3d
  • 401
  • 4
  • 13

1 Answers1

5

First Render out the image. The lights and materials don't matter.

In the compositor add a normalize node and drop the z pass through that. This will make the lowest value 0, and the highest 1 while mapping the rest through that.

Then with the RGB Curves node, switch the handles so that they are inverted (left being on the top, and right on the bottom), and add a handle in the middle and adjust it until you're happy with the result.

enter image description here
The finished node setup should look something like that

TARDIS Maker
  • 5,732
  • 1
  • 30
  • 53
josh sanfelici
  • 26,917
  • 2
  • 20
  • 40