public static IEnumerable <CSGNode> FindChildBrushes(CSGTree tree) { return(FindChildBrushes(tree.RootNode)); }
public static IEnumerable<CSGNode> FindChildBrushes(CSGTree tree) { return FindChildBrushes(tree.RootNode); }