Ejemplo n.º 1
0
 public void Draw()
 {
     if (mRoot != null)
     {
         mRoot.Draw();
         //mRoot.DrawTree(new Vector3(-15, 0, 0), 0);
     }
 }
Ejemplo n.º 2
0
 public void Draw(Vector3 offset)
 {
     root.Draw(offset);
 }