Exemplo n.º 1
0
 public BrushFace(IntPlane plane, Texture texture)
 {
     this.plane = plane; this.texture = texture;
 }
Exemplo n.º 2
0
 public BrushFace(IntPlane plane)
     : this(plane, DEFAULT_TEXTURE)
 {
 }