Subversion Repositories gelsvn

Rev

Rev 198 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 198 Rev 205
Line 39... Line 39...
39
    remove_caps_from_trimesh(m, static_cast<float>(M_PI) * 0.85f);
39
    remove_caps_from_trimesh(m, static_cast<float>(M_PI) * 0.85f);
40
    remove_needles_from_trimesh(m, 1e-4f);
40
    remove_needles_from_trimesh(m, 1e-4f);
41
    
41
    
42
    cout << "Validity: " << m.is_valid() << endl;
42
    cout << "Validity: " << m.is_valid() << endl;
43
    cout << "Now saving ... " << endl;
43
    cout << "Now saving ... " << endl;
44
    x3d_save("../../data/decimated.x3d", m);
44
    x3d_save("decimated.x3d", m);
45
}
45
}