STK XSend comments on this topic.
UseSoftwareRenderer Method (AgSTKXApplication)
See Also
Windows





Windows & Linux

Description

Configure engine graphics to use a software renderer in order to meet minimum graphics requirements. Enabling this option will result in significant performance impacts.

Syntax

[Visual Basic .NET]
Public Sub UseSoftwareRenderer()
[C#]
public void UseSoftwareRenderer();
[Managed C++]
public: void UseSoftwareRenderer();
[Unmanaged C++]
public: HRESULT UseSoftwareRenderer();
[Java]
public void useSoftwareRenderer();
[Python - STK API ]
def UseSoftwareRenderer(self) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.