Example #1
0
 public void SetRootNode(BNode node)
 {
     m_VirtualRoot.AddNode(node);
     node.SetParent(m_VirtualRoot);
     node.m_BB = m_BB;
 }