Notifications
Clear all
[Closed] scene grouping
Oct 12, 2009 10:11 am
Hello
How do I group the meshes into a group? and how to ungroup them?
in MAX SDK 8… I tried GroupNodes(); and compiler just complains there is no such method…
Thanks in advance for any pointers
Jack
4 Replies
2 Replies
#include "maxapi.h"
/*
virtual [INode]( http://forums.cgsociety.org/class_i_node.html)* Interface::GroupNodes ( [INodeTab]( http://forums.cgsociety.org/class_i_node_tab.html) * [i]nodes[/i] = NULL, [MSTR]( http://forums.cgsociety.org/class_c_str.html) * [i]name[/i] = NULL, BOOL [i]selGroup[/i] = TRUE)
*/
Interface *ip = GetCOREInterface();
[size=2]INode *group = ip->GroupNodes(...); // see above
[/size]
1 Reply