How to stale along normals&
1274 1 0- kivril
- Member
- 6 posts
- Joined: Sept. 2018
- Offline
- animatrix_
- Member
- 4678 posts
- Joined: Feb. 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]
youtube.com/@pragmaticvfx | patreon.com/animatrix | pragmaticvfx.gumroad.com
Get to the NEXT level in Houdini & VEX with Pragmatic VEX! [www.pragmatic-vfx.com]
youtube.com/@pragmaticvfx | patreon.com/animatrix | pragmaticvfx.gumroad.com
-
- Quick Links