Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LightShadowMap"/> class.
 /// </summary>
 protected LightShadowMap()
 {
     Enabled = false;
     Size = LightShadowMapSize.Medium;
     BiasParameters = new ShadowMapBiasParameters();
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="LightShadowMap"/> class.
 /// </summary>
 protected LightShadowMap()
 {
     Enabled        = false;
     Size           = LightShadowMapSize.Medium;
     BiasParameters = new ShadowMapBiasParameters();
 }