goat3dgfx

diff src/scene.cc @ 18:6f82b9b6d6c3

added the ability to render in fixed function with the mesh class
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 08 Dec 2013 01:35:30 +0200
parents 7d6b667821cf
children d9c8cd19c606
line diff
     1.1 --- a/src/scene.cc	Sun Dec 01 02:25:29 2013 +0200
     1.2 +++ b/src/scene.cc	Sun Dec 08 01:35:30 2013 +0200
     1.3 @@ -64,7 +64,6 @@
     1.4  	}
     1.5  
     1.6  	if(objects.empty()) {
     1.7 -		printf("rendering meshes directly\n");
     1.8  		for(size_t i=0; i<meshes.size(); i++) {
     1.9  			meshes[i]->draw();
    1.10  		}