Horak Posted May 31, 2016 Share Posted May 31, 2016 I need help!! I have my OBJ_Node and I have GU_Detail How I can get GEO_STD_ATTRIB_CAPT_SKELROOT it is a path of "pCaptSkelRoot" in my test scene it is string "/obj/subnet1" thanks Quote Link to comment Share on other sites More sharing options...
Horak Posted May 31, 2016 Author Share Posted May 31, 2016 I used this one if you have better solution please tell me: .... const GU_Detail* gdp = gd_lock.getGdp(); .... GA_ROHandleS CSR_h(gdp,GA_ATTRIB_GLOBAL,GEO_STD_ATTRIB_CAPT_SKELROOT); std::cout << " " << CSR_h.get(0) << "\n"; .... Quote Link to comment Share on other sites More sharing options...
edward Posted June 4, 2016 Share Posted June 4, 2016 Your solution looks fine to me. 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.