namespace Pinwheel.Griffin { public enum GLightingModel { PBR, Lambert, BlinnPhong } }