Exemple #1
0
 public static IEnumerable <CSGNode> FindChildBrushes(CSGTree tree)
 {
     return(FindChildBrushes(tree.RootNode));
 }
Exemple #2
0
 public static IEnumerable<CSGNode> FindChildBrushes(CSGTree tree)
 {
     return FindChildBrushes(tree.RootNode);
 }