//--------------------------------------
//       Loonim Image Generator
//    Partly derived from LibNoise
//    See License.txt for more info
//
//    Copyright  2013 Kulestar Ltd
//          www.kulestar.com
//--------------------------------------

namespace Loonim{
	
	/// <summary>The type of surface to draw.</summary>
	
	public enum SurfaceTypeMode{
		Albedo,
		Normals
	}

}