Author Topic: More steps for terrace node  (Read 616 times)

Cryunreal

  • Sr. Member
  • ****
  • Posts: 55
Hi!
Pls make more steps for terrace node. 30 steps are not enough ever. We need around 3000 or more.

Alexis Vaisse

  • Administrator
  • *****
  • Posts: 189
Hi,

If you want more steps, the easiest way is to create your own Terrace node: create a new Custom GPU node and use the provided script. The names of the inputs are "Input" and "OptionalMask", the names of the parameters are "Number" and "Angle", the name of the output is "Output" and the "Can use minimum and maximum values" option has to be checked.

Cryunreal

  • Sr. Member
  • ****
  • Posts: 55
It compiled, but why the result resolution is so low? 16 x 16

Alexis Vaisse

  • Administrator
  • *****
  • Posts: 189
You have to move the "Terrain input" node above the "Mask input" node: the first node gives its size to the output node.
If the optional mask node is the first node, its resolution is used, and it's 16x16 when no mask is provided.

Cryunreal

  • Sr. Member
  • ****
  • Posts: 55
Ok, i think you need to fix this, because everytime the input with higher resolution should determine the output resolution.
And dont forget to fix your default terrace node out of the box.