Example #1
0
 public Texture ReadFromDisk(int TextureID, IHue Hue)
 {
     if (this.m_Factory == null)
     {
         this.m_Factory = new TexMapFactory(this);
     }
     return(this.m_Factory.Load(TextureID, Hue));
 }
Example #2
0
 public Texture ReadFromDisk(int TextureID, IHue Hue)
 {
     if (this.m_Factory == null)
     {
         this.m_Factory = new TexMapFactory(this);
     }
     return this.m_Factory.Load(TextureID, Hue);
 }