What nodes can I use instead of "poin-old" node?

   2536   3   1
User Avatar
Member
19 posts
Joined: Jan. 2020
Offline
My purpose is to raise the height of the group on the y-axis only.
However, when I use a H18, I don't have that node, and I get an error when I apply the wrangle node.
Which node should I use to make it look like the attached image?

Attachments:
20200210_231331.png (58.3 KB)
20200210_231339.png (9.6 KB)

User Avatar
Member
555 posts
Joined: Feb. 2017
Offline
in new Point SOP, VEXpression: (put ‘yourgroupname’ in Group to affect only your subset of points)

set(@P.x, @P.y + 0.5, @P.z)

so x,z are unchanged, while Y has 0.5 added to it

(while you're in the new point SOP, just click on the dropdown arrow to look at presets and learn from them)
Edited by vusta - Feb. 10, 2020 21:43:26
User Avatar
Member
19 posts
Joined: Jan. 2020
Offline
Thank you
User Avatar
Member
4 posts
Joined: Oct. 2015
Offline
vusta
in new Point SOP, VEXpression: (put 'yourgroupname' in Group to affect only your subset of points)

set(@P.x, @P.y + 0.5, @P.z)

so x,z are unchanged, while Y has 0.5 added to it

(while you're in the new point SOP, just click on the dropdown arrow to look at presets and learn from them)

that's a great tip about the dropdown arrow, thank-u : )
  • Quick Links