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