dumptherain Posted July 25, 2020 Share Posted July 25, 2020 (edited) I have been following a tutorial by Entagma where vex is used to subdivide geometry. The tool spits out flipped normals at some places but that is fixed. The normals are correct however some polygons remain in a dark color and I am a bit confused on why that is. Help would be very much welcome! Divide.hiplc Edited July 25, 2020 by dumptherain Quote Link to comment Share on other sites More sharing options...
Gorrod Posted July 25, 2020 Share Posted July 25, 2020 (edited) The normals of the points are "fixed" but the actual normals of the primitives are not, this depends on the order of the vertices the primtive is build of. You could probably find a way to always order them in the right way in the first place but if you just want to fix them, here are a few options out of probably a lot more I can't think of with rebuilding them in vex included so it's easy to understand: Divide.hipnc Edited July 25, 2020 by Gorrod Quote Link to comment Share on other sites More sharing options...
dumptherain Posted July 26, 2020 Author Share Posted July 26, 2020 20 hours ago, Gorrod said: The normals of the points are "fixed" but the actual normals of the primitives are not, this depends on the order of the vertices the primtive is build of. You could probably find a way to always order them in the right way in the first place but if you just want to fix them, here are a few options out of probably a lot more I can't think of with rebuilding them in vex included so it's easy to understand: Divide.hipnc Ohhh thanks so much for putting in your time and providing me with this information. I really appreciate it! 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.