#ifndef _Tphong_H_

#define _Tphong_H_



enum

{

	PHONGTAG_PHONG_ANGLELIMIT		= 1001, // Bool

	PHONGTAG_PHONG_ANGLE				= 1002, // Real

	PHONGTAG_PHONG_USEEDGES			= 1003  // Bool

};



#endif