Ejemplo n.º 1
0
        public static void AddTextureSet(string name, IEnumerable <ShadowTexture> textures)
        {
            ShadowTextureSet set = new ShadowTextureSet();

            set.AddTextures(textures);
            m_textureSets[name] = set;
        }
Ejemplo n.º 2
0
 public static void AddTextureSet(string name, IEnumerable<ShadowTexture> textures)
 {
     ShadowTextureSet set = new ShadowTextureSet();
     set.AddTextures(textures);
     m_textureSets[name] = set;
 }