8 lines
128 B
C#
8 lines
128 B
C#
namespace Pinwheel.Griffin
|
|
{
|
|
public enum GTexturingModel
|
|
{
|
|
GradientLookup, ColorMap, Splat, VertexColor
|
|
}
|
|
}
|