schiho Posted December 4, 2013 Share Posted December 4, 2013 Hi, i have a simple question, i am using a sort node with "Proximity to Point" and i want to ignore the Y Axis, therefore i am trying to fetch the Y-Position of the processed Point to my "pointproxy" parameter of the sort node. point("../wrangleNode", ???, "P", 1) As $PT is not available how would i do this? Thanks! Quote Link to comment Share on other sites More sharing options...
graham Posted December 4, 2013 Share Posted December 4, 2013 You could manually calculate the proximity, ignoring the Y axis, and store the value into an attribute beforehand, then just sort by that attribute. You could also store your Y value as an attribute, set it to 0, sort by proximity, then restore the Y position later. Quote Link to comment Share on other sites More sharing options...
schiho Posted December 4, 2013 Author Share Posted December 4, 2013 Thanks! Worked! 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.