ShadowParametersShadowType
Property
|
Property that represents method that is used
to compute shadows. This property can be one of the following: Name
Value Description RayTraced 0 Ray-traced shadows. Maps 1 Shadow
maps. Sampled 2 The area-sampled shadow algorithm that shows the
effect of extended light sources.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public ShadowType ShadowType { get; set; }
Public Property ShadowType As ShadowType
Get
Set
public:
property ShadowType ShadowType {
ShadowType get ();
void set (ShadowType value);
}
member ShadowType : ShadowType with get, set
Property Value
ShadowType
See Also