Пример #1
0
 public void Load(PointCloud pc, DirectoryInfo dir)
 {
     JSONNode treeJSON = PointCloud.ReadJSON(dir, treeFile);
     node = PCNode.AddNode(treeJSON, dir, pc.gameObject, pc);
     UnityEngine.Debug.Log("Added subtree " + treeFile);
 }