public Pattern()
 {
     Transform = Matrix.Identity(4);
 }
Ejemplo n.º 2
0
 public Shape()
 {
     Transform = Matrix.Identity(4);
     Material  = new Material();
 }