Height Field: How to transform painted mask

   417   2   0
User Avatar
Member
33 posts
Joined: Nov. 2008
Offline
Everything I see about using a height field paint node, involves feeding it into a HF Noise node, or similar. Is there a way to simply offset your painted mask times 10, 100, etc? So that it offsets the height field exactly the max amount, times the percentage of mask you paint?
User Avatar
Member
9687 posts
Joined: July 2007
Offline
you can for example do Heightfield Wrangle:
@height += f@mask * chf("amount");

or Heightfield Combine Layers:
- Destination: height
- Source: mask
- Operation: Add | Scale + Add
- Scale: your height offset amount
Tomas Slancik
CG Supervisor
Framestore, NY
User Avatar
Member
33 posts
Joined: Nov. 2008
Offline
tamte
you can for example do Heightfield Wrangle:
@height += f@mask * chf("amount");

or Heightfield Combine Layers:
- Destination: height
- Source: mask
- Operation: Add | Scale + Add
- Scale: your height offset amount

Oh awesome, I never would've thought of the Combine Layers node, thanks so much!
  • Quick Links