How to stale along normals&

   964   1   0
User Avatar
Member
6 posts
Joined: 9月 2018
Offline
Hello! I have a pillar with base. Base made of pillars main shape + sweep node. How can i scale it so the base is evenle scaled(like in blender scale along normals)? Thx!

Attachments:
Screenshot_4.png (766.0 KB)
Screenshot_3.png (745.2 KB)

User Avatar
Member
4500 posts
Joined: 2月 2012
Online
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:

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 | animatrix2k7.gumroad.com
  • Quick Links