#if GRIFFIN
namespace Pinwheel.Griffin
{
    public enum GLightingModel
    {
        PBR, Lambert, BlinnPhong
    }
}
#endif