Notifications
Clear all
[Closed] How to find a named node from INodeTab?
Oct 08, 2014 4:48 am
I want to get the dimensions of a plane, the width and the length of the ground plane
INode* ground = SearchNode(_T("Ground"));
I want to be able to do something like this.
Box3 box;
GetCOREInterface()->GetSelectionWorldBox(0,box);