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?
What nodes can I use instead of "poin-old" node?
2843 3 1- EDITH
- Member
- 19 posts
- Joined: 1月 2020
- Offline
- vusta
- Member
- 555 posts
- Joined: 2月 2017
- Offline
in new Point SOP, VEXpression: (put ‘yourgroupname’ in Group to affect only your subset of points)
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)
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 - 2020年2月10日 21:43:26
- EDITH
- Member
- 19 posts
- Joined: 1月 2020
- Offline
- OllyNash
- Member
- 4 posts
- Joined: 10月 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