Exemple #1
0
void load(const std::string& filename) {
    file = filename;
    manager.load(file.c_str(), points, triangles, n);
    curr = 0;
}