tamagochy Posted September 29, 2016 Share Posted September 29, 2016 How can I find coplanar polygons on the odject? Is there some utility or somehow with vex? Quote Link to comment Share on other sites More sharing options...
eetu Posted September 29, 2016 Share Posted September 29, 2016 Would PolyDoctor SOP fit the bill? Quote Link to comment Share on other sites More sharing options...
acey195 Posted September 29, 2016 Share Posted September 29, 2016 polydoctor only fixes it if some vertices overlap also, if you want a co-planar test between polygons that do not intersect, you should be able to generate a primitive normal and then test the dotproduct between them, for instance in VEX, or if you always only have 2 polygons, you could do it using regural houdini expression functions. 1 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.