MidlevelScale

Description

Which midlevel scale to use.

Values of this enumeration:

  • Oaah - One and a half.
  • Sqrt2 - The square root of two.

namespace MidlevelScale
{
	enum Type
	{
		Oaah,
		Sqrt2
	};
}