How to stale along normals&
332 1 0-
- kivril
- Member
- 6 posts
- Joined: 9月 2018
- Offline
-
- animatrix_
- Member
- 3925 posts
- Joined: 2月 2012
- Offline
Hi,
You can use the Peak SOP. But if you don't want vertical scaling, you can use this VEX code in a Point Wrangle SOP:
You can use the Peak SOP. But if you don't want vertical scaling, you can use this VEX code in a Point Wrangle SOP:
vector n = @N; n.y = 0; @P += n * ch("scale");
Senior FX TD @ Industrial Light & Magic
Get to the NEXT level in Houdini & VEX with Pragmatic VEX! [www.pragmatic-vfx.com]

patreon.com/animatrix | vimeo.com/animatrix3d
Get to the NEXT level in Houdini & VEX with Pragmatic VEX! [www.pragmatic-vfx.com]

patreon.com/animatrix | vimeo.com/animatrix3d
-
- Quick Links