Normal point outwards of curve?

   1481   2   0
User Avatar
Member
97 posts
Joined: 5月 2015
Offline
How can i get the points normal to face outwards and vice versa(red)

Attachments:
Screenshot (331)_LI.jpg (1.3 MB)

User Avatar
Member
31 posts
Joined: 3月 2017
Offline
You can try to append a point wrangle node after PolyFrame SOP and compute the cross product like this: v@N = cross(v@tangentu, v@N);
It should give you what you want..

Attachments:
curve_out_normal.hipnc (66.4 KB)

User Avatar
Member
97 posts
Joined: 5月 2015
Offline
rpopovici
You can try to append a point wrangle node after PolyFrame SOP and compute the cross product like this: v@N = cross(v@tangentu, v@N);
It should give you what you want..

works perfectly. Thank you
  • Quick Links