support for floating point images => needed for skybox
[demo] / src / scene.cc
index d033a8f..11281c3 100644 (file)
@@ -247,8 +247,6 @@ static Material *load_material(const aiScene *ascene, Scene *scene, unsigned int
 
                mat->dtex = scene->find_texture(tex_fname.c_str());
                if(!mat->dtex) {
-                       printf("!mat->dtex\n");
-
                        mat->dtex = gfx_create_texture();
 
                        if(!mat->dtex->load(tex_fname.c_str())) {
@@ -296,6 +294,5 @@ Texture *Scene::find_texture(const char *name)
                        return textures[i];
                }
        }
-       fprintf(stderr, "Texture %s not found.\n", name);
        return 0;
 }
\ No newline at end of file