Microsoft DirectX 9.0 SDK Update (October 2004)

SphericalHarmonicMaterial.IsSubsurfaceScattering Property

Language:

Note: This documentation is preliminary and is subject to change.

Enables or disables subsurface scattering.

Definition

Visual Basic .NET Public Property IsSubsurfaceScattering As Boolean
C# public bool IsSubsurfaceScattering { get; set; }
Managed C++ public: __property bool get_IsSubsurfaceScattering();
public: __property void set_IsSubsurfaceScattering(bool);
JScript .NET 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.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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