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