Microsoft DirectX 9.0 SDK Update (October 2004)

SphericalHarmonicMaterial.RelativeIndexOfRefraction Property

Language:

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

Retrieves or sets the relative index of refraction as the ratio between two absolute indices of refraction.

Definition

Visual Basic .NET Public Property RelativeIndexOfRefraction As Single
C# public float RelativeIndexOfRefraction { get; set; }
Managed C++ public: __property float get_RelativeIndexOfRefraction();
public: __property void set_RelativeIndexOfRefraction(float);
JScript .NET public function get RelativeIndexOfRefraction() : float
public function set RelativeIndexOfRefraction(float);

Property Value

System.Single . A floating-point value that represents the relative index of refraction.

This property is read/write. 

Remarks

The relative index of refraction is the ratio between two absolute indices of refraction. An index of refraction is the ratio of the sine of the angle of incidence to the sine of the angle of refraction.


© 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