hi denis, thanks for your reply. The Box3 & operator+= (const Box3 &b) from box3 class helped.
hi denisT, i’ve added code .
Thanks ivanisavich for your reply . I tried assigning weights to the vertices using the method you described .But, weights are not getting assigned to…
hi, I want to store the Node itself . because,I added few object nodes to the Tab<INode*> .I want to save the objects that are in the tab ,and,…
hello AngryBear, my debugging problem got solved . the problem arised because of uninitialized variables in the code. the uninitialized variables get…
hello , thanks for your reply sir. I think this works for C# . But,I’m working on C++ . Is there any solution for c++?* Thanks.
Thanks guruware . I did as you said .it worked
may I know, how can I get the node in nodetab at this selected index . will this work ? INode* node = pblock->GetINode(pb_list, 0, GETCURSEL);