Beispiel #1
0
 public BranchNode(Common.Euler Orientation = null)
 {
     this.Orientation = Orientation;
     if (this.Orientation == null)
     {
         this.Orientation = new Common.Euler();
     }
 }
Beispiel #2
0
 public CsgMeshNode(RealtimeCSG.CSGNode csgRoot, Common.Euler Orientation = null)
 {
     this.csgRoot     = csgRoot;
     this.Orientation = Orientation;
     if (this.Orientation == null)
     {
         this.Orientation = new Common.Euler();
     }
 }
Beispiel #3
0
 public BranchNode(Common.Euler Orientation = null)
 {
     this.Orientation = Orientation;
     if (this.Orientation == null) this.Orientation = new Common.Euler();
 }
Beispiel #4
0
 public CsgMeshNode(RealtimeCSG.CSGNode csgRoot, Common.Euler Orientation = null)
 {
     this.csgRoot = csgRoot;
     this.Orientation = Orientation;
     if (this.Orientation == null) this.Orientation = new Common.Euler();
 }