SphericalHarmonicMaterial.IsSubsurfaceScattering Property

Language:

Enables or disables subsurface scattering.

Definition

Visual Basic Public Property IsSubsurfaceScattering As Boolean
C# public bool IsSubsurfaceScattering { get; set; }
C++ public:
property bool IsSubsurfaceScattering {
        bool get();
        void set(bool value);
}
JScript public function get IsSubsurfaceScattering() : boolean
public function set IsSubsurfaceScattering(boolean);

Property Value

System.Boolean
Set to true to enable subsurface scattering, or false to disable it.

This property is read/write. 

Remarks

Any object that does subsurface scattering cannot be a mirror.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center