10 lines
126 B
C#

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