コード例 #1
0
ファイル: CSGUtility.cs プロジェクト: asmboom/Realtime-CSG
 public static IEnumerable <CSGNode> FindChildBrushes(CSGTree tree)
 {
     return(FindChildBrushes(tree.RootNode));
 }
コード例 #2
0
ファイル: CSGUtility.cs プロジェクト: bagobor/Realtime-CSG
 public static IEnumerable<CSGNode> FindChildBrushes(CSGTree tree)
 {
     return FindChildBrushes(tree.RootNode);
 }