SphericalHarmonicMaterial.RelativeIndexOfRefraction Property |
Language: |
Retrieves or sets the relative index of refraction as the ratio between two absolute indices of refraction.
Visual Basic Public Property RelativeIndexOfRefraction As Single C# public float RelativeIndexOfRefraction { get; set; } C++ public:
property float RelativeIndexOfRefraction {
float get();
void set(float value);
}JScript public function get RelativeIndexOfRefraction() : float
public function set RelativeIndexOfRefraction(float);
System.Single
This property is read/write.
A floating-point value that represents the relative index of refraction.
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.
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