Deilvad Posted January 17, 2018 Share Posted January 17, 2018 Hello, i have some point in the space and i would like the normal of these point, be pointing certain object (point of these object) , i tried using on the old PointSOP in the N: $TX - point("../add2",0,"P",0) $TY - point("../add2",0,"P",1) $TZ - point("../add2",0,"P",2) but these make like the point have the normals facing the opposite than where the goal point is, is there any way to invert these result normals or there is any better way to do that?? thanks u so much in advance! Quote Link to comment Share on other sites More sharing options...
ThomasPara Posted January 17, 2018 Share Posted January 17, 2018 if you allready have the N set and want it reverted, you can use the Reverse SOP. Or you can take a wrangle and write "@N *= -1;" Quote Link to comment Share on other sites More sharing options...
Sepu Posted January 17, 2018 Share Posted January 17, 2018 Have a look at this look at.hip Quote Link to comment Share on other sites More sharing options...
Deilvad Posted January 17, 2018 Author Share Posted January 17, 2018 thanks u so much to both! both solutions fix my problems! i really appreciate your really fast response! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.