
attribute vec4 agf_position;	//0
attribute vec4 agf_color;		//1
attribute vec4 agf_normal;		//2
attribute vec4 agf_uv;			//3
attribute vec4 agf_tangent;     //4
attribute vec4 agf_binormal;	//5

