nicholas_yue Posted September 19, 2014 Share Posted September 19, 2014 Hi, In a Sphere SOP, there is a choice of Polygon or Polygon Mesh Inside my SOP, I am using GA_FOR_MASK_PRIMITIVES() to iterate the input What mask can I use to differentiate between Polygon and Polygon Mesh from a SOP like Sphere ? Or, is there an alternative way to differentiate them ? Cheers Quote Link to comment Share on other sites More sharing options...
edward Posted September 20, 2014 Share Posted September 20, 2014 Polygon creates triangle polygons while Polygon Mesh creates quad polygons. In both cases, polygon primitives are used, just with different number of vertices. 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.