public Meshes(string path_cache) { this.path_cache = path_cache; loader = new resourceLoaderMeshBasic(path_cache); allMeshes = new ArrayList(); }