public BrushFace(IntPlane plane, Texture texture) { this.plane = plane; this.texture = texture; }
public BrushFace(IntPlane plane) : this(plane, DEFAULT_TEXTURE) { }