Subversion Repositories gelsvn

Rev

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

Rev 374 Rev 382
Line 316... Line 316...
316
	if(!mesh.has_normals() || redo_normals)
316
	if(!mesh.has_normals() || redo_normals)
317
	{
317
	{
318
		cout << "Computing normals" << endl;
318
		cout << "Computing normals" << endl;
319
		mesh.compute_normals();
319
		mesh.compute_normals();
320
	}
320
	}
-
 
321
	cout<< __FILE__ << __LINE__ << " "  << mesh.geometry.no_faces() << " " << mesh.geometry.no_vertices() << endl;
321
	
322
	
322
	// Initialize Trackball
323
	// Initialize Trackball
323
	Vec3f c;
324
	Vec3f c;
324
	float r;
325
	float r;
325
	mesh.get_bsphere(c,r);
326
	mesh.get_bsphere(c,r);