ShadowParametersShadowMapSize Property
|
Property that represents shadow map size.
Valid values are 64, 128, 256, 512, 1024, 2048, and 4096. Smaller
values provide softer and smudged shadows, while greater values
provide sharper shadows, therefore they require more resources to
be calculated.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public short ShadowMapSize { get; set; }
Public Property ShadowMapSize As Short
Get
Set
public:
property short ShadowMapSize {
short get ();
void set (short value);
}
member ShadowMapSize : int16 with get, set
Property Value
Int16
See Also