private static TextureInfo GetTexture(GltfFormat.VrmMaterial material, string propertyName, List <Texture> textures)
 {
     return((TextureInfo)material.GetTexture(propertyName, textures));
 }