Пример #1
0
 public BrushFace(IntPlane plane, Texture texture)
 {
     this.plane = plane; this.texture = texture;
 }
Пример #2
0
 public BrushFace(IntPlane plane)
     : this(plane, DEFAULT_TEXTURE)
 {
 }