0
$\begingroup$

Because EEVEE requires the use of the displacement modifier rather than the displacement channel in the shader editor, is there a way to properly adjust the corresponding height map in parallel to the other textures' mapping?

The only option for scale seems to be the crop controls on the modifier's corresponding brush texture while location requires the UV warp modifier.

Shader texture mapping/Brush texture "mapping"

It would be nice to have the modifier read from the displacement channel in the material output so you could use your height map in the shader.

$\endgroup$
7
  • $\begingroup$ in the Displace modifier you can choose Texture Coordinates > UV $\endgroup$
    – moonboots
    Commented Mar 17, 2022 at 21:23
  • $\begingroup$ @moonboots That helps evenly distribute the displacement and I was already aware of it. However, its mapping doesn't seem to be controlled in the same manner as the textures in the shader can. $\endgroup$
    – Sandberg
    Commented Mar 17, 2022 at 23:28
  • $\begingroup$ @Sandberg can you be more specific? What are you trying to achieve exactly? Do you have some screenshots or references? Just saying that you need more control is a bit too vague. $\endgroup$ Commented Mar 18, 2022 at 6:27
  • 1
    $\begingroup$ You can just make a second UV map specifically for the displacement, and UV map it exactly how you want $\endgroup$ Commented Mar 18, 2022 at 19:18
  • 1
    $\begingroup$ If you want a control with the scale, you can always scale directly the UV map, it gives the same result. Transforming the UV map with rotate, translate, scale outputs the exact same results as the Mapping node. You can just create an new UV map specially for the displacement to avoid messing with your existing map. $\endgroup$ Commented Mar 21, 2022 at 7:08

0

You must log in to answer this question.