8 lines
107 B
C#
8 lines
107 B
C#
namespace Pinwheel.Griffin
|
|
{
|
|
public enum GLightingModel
|
|
{
|
|
PBR, Lambert, BlinnPhong
|
|
}
|
|
}
|