Heroes_of_Hiis/Assets/Polaris - Low Poly Ecosystem/Polaris - Low Poly Terrain .../Runtime/Scripts/Utilities/GLightingModel.cs

10 lines
126 B
C#

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