Reads the two attribute values that determine the quality of stereoscopic renderings.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetStereoSeparation() As Double |
Visual Basic (Usage) | |
---|
Dim instance As IModelView
Dim value As Double
value = instance.IGetStereoSeparation()
|
C# | |
---|
double IGetStereoSeparation() |
C++/CLI | |
---|
double IGetStereoSeparation(); |
Return Value
Array of 2 doubles representing the stereo magnitude and stereo parallax balance settings
Remarks
See Also