Ejemplo n.º 1
0
 public TextureSlotCollection(Material material)
 {
     Material = material;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Converts a single material to left handed coordinates.
 /// </summary>
 void ProcessMaterial(Material mat)
 {
     //throw (new NotImplementedException());
 }