Arthur~Chiu Posted January 11, 2015 Share Posted January 11, 2015 how to convert primitive polysoup to polymesh Quote Link to comment Share on other sites More sharing options...
magneto Posted January 11, 2015 Share Posted January 11, 2015 You can use the Convert SOP. Quote Link to comment Share on other sites More sharing options...
Arthur~Chiu Posted January 12, 2015 Author Share Posted January 12, 2015 GU_PrimPolySoup *ddddd = UTverify_cast<GU_PrimPolySoup *>(prim); GU_ConvertParms *parms; parms->setFromType(GEO_PrimTypeCompat::GEOPRIMPOLYSOUP); parms->setToType(GEO_PrimTypeCompat::GEOPRIMPOLY); GEO_Primitive *ddaa = ddddd->convertNew(*parms); i use this code ,it wrong Should be how to write code 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.