avik Posted August 29, 2020 Share Posted August 29, 2020 How to procedurally flatten the bottom of a sphere. Just an idea can be very helpful here. I have been trying bbox (min, max y-components) in a vop over points, haven't been able to achieve. Quote Link to comment Share on other sites More sharing options...
vicvvsh Posted August 29, 2020 Share Posted August 29, 2020 31 minutes ago, avik said: How to procedurally flatten the bottom of a sphere. Just an idea can be very helpful here. I have been trying bbox (min, max y-components) in a vop over points, haven't been able to achieve. For example in an attribute wrangle sop: float value = ch("value"); if(@P.y < value) @P.y = value; then click the button and use the "value" parameter. 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.