Subversion Repositories gelsvn

Rev

Rev 630 | Rev 643 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 630 Rev 638
Line 497... Line 497...
497
 
497
 
498
    cout << "No. of triangles: " << mesh.geometry.no_faces() << endl;
498
    cout << "No. of triangles: " << mesh.geometry.no_faces() << endl;
499
  }
499
  }
500
  else
500
  else
501
  {
501
  {
502
    obj_load("../../data/dolphins.obj", mesh);
502
    obj_load("../../../data/dolphins.obj", mesh);
503
 
503
 
504
  	cout << "Computing normals" << endl;
504
  	cout << "Computing normals" << endl;
505
    mesh.compute_normals();
505
    mesh.compute_normals();
506
 
506
 
507
    //cout << "Usage: raytrace any_object.obj";
507
    //cout << "Usage: raytrace any_object.obj";