Jump to content

How to getStandardAttributes


Recommended Posts

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

Link to comment
Share on other sites

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";
....

 

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...