10 lines
117 B
C#
10 lines
117 B
C#
|
#if GRIFFIN
|
||
|
namespace Pinwheel.Griffin
|
||
|
{
|
||
|
public enum GNormalMapSpace
|
||
|
{
|
||
|
Local, Tangent
|
||
|
}
|
||
|
}
|
||
|
#endif
|