imtk

diff test.c @ 14:df2bc9406561

added gradients
author John Tsiombikas <nuclear@siggraph.org>
date Tue, 19 Apr 2011 03:01:46 +0300
parents 9c7987064bb0
children 1cf212375db3
line diff
     1.1 --- a/test.c	Mon Apr 18 06:15:46 2011 +0300
     1.2 +++ b/test.c	Tue Apr 19 03:01:46 2011 +0300
     1.3 @@ -53,8 +53,7 @@
     1.4  	glMaterialfv(GL_FRONT_AND_BACK, GL_SPECULAR, white);
     1.5  	glMaterialf(GL_FRONT_AND_BACK, GL_SHININESS, 60.0);
     1.6  
     1.7 -	/*imtk_set_color(IMTK_BEVEL_LIT_COLOR, 0.3, 0.3, 0.3, 0.5);
     1.8 -	imtk_set_color(IMTK_BEVEL_SHAD_COLOR, 0.3, 0.3, 0.3, 0.5);*/
     1.9 +	imtk_set_bevel_width(1);
    1.10  
    1.11  	glutMainLoop();
    1.12  	return 0;