RVT material doesn't change height

When moving my object, that’s blending with the landscape using RVT, the height of the “RVT part” doesn’t change.

This is how it should look like:


But this is how it looks like:

The blending-line is always halfway up the object.

Here are my Material setup:
In prop/object material:



And the landscape material is setup with a Runtime Virtual Texture Input with the material set into those input nodes.

And none of the scalars does anything when I try to change them (Height, Sharpness, Stretch)

I would really appreciate any help I could get :grimacing:

Here is some more information

In the landscape details:

RVT volumes:


RVT:
Height


Landscape

Hi, not sure I understand what the end result should be but two things:

(-) The use of the vertex normal branch results in everything where the normal is horizontal or pointing downwards will always have the RVT material (negative B component of the normal, zeroed by the Saturate). Thats why the lower half of the sphere is always using the RVT material. And from what I understood what the end result should be, this Vertex normal branch may not be necessary.

(-) Using the difference between the RVT height and the pixel position would result in the “height part” being relative to the landscape height. If it should only be object dependent and not dependent on the height of the landscape, then you could remove the RVT world height sample and only use the pixel position and the object position/scale/bounds :slight_smile:

Sorry for the confusion but your answer did wonders :slight_smile: Thank you!
I just had to remove this part:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.