Exemple #1
0
 /// <summary>
 ///
 /// </summary>
 void SetDefaults()
 {
     Method            = SsaoMethod.HBAO;
     MaxSamplingRadius = 1.6f;
     MaxDepthJump      = 1.0f;
     Sharpness         = 5.0f;
     SampleNumber      = SampleNum.s_16;
     FilterType        = SsaoFilterType.GAUSS;
 }
		/// <summary>
		///
		/// </summary>
		void SetDefaults()
		{
			Method				= SsaoMethod.HBAO;
			MaxSamplingRadius	= 1.6f;
			MaxDepthJump		= 1.0f;
			Sharpness			= 5.0f;
			SampleNumber		= SampleNum.s_16;
            FilterType          = SsaoFilterType.GAUSS;
		}