turn off bump mappign for now..

SVN revision: 2737
This commit is contained in:
Carsten Haitzler 2000-05-31 06:21:52 +00:00
parent d1fd5a3806
commit f4f6d6ee47
1 changed files with 2 additions and 1 deletions

View File

@ -746,11 +746,12 @@ int main (int argc, char **argv)
imlib_image_get_height());
}
/*
if( bump_map_to_point )
imlib_apply_filter("bump_map_point(x=[],y=[],map=test_images/bulb.png);", &x, &y );
else
imlib_apply_filter("bump_map(x=[],y=[],map=test_images/bulb.png);", &x, &y );
*/
up = imlib_update_append_rect(up, 0, 0,
imlib_image_get_width(),
imlib_image_get_height());