Microsoft DirectX 9.0 SDK Update (October 2004)

Framework.Render3DEnviroment Method

Language:

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

Renders the 3-D environment and updates application and device parameters.

Definition

Visual Basic .NET Public Sub Render3DEnviroment()
C# public void Render3DEnviroment();
Managed C++ public: void Render3DEnviroment();
JScript .NET public function Render3DEnviroment();

Remarks

This method does not normally need to be called. It is useful only when the application does not use MainLoop but still wants the sample framework to assist with rendering.

This method checks whether the device is lost. If so, the method attempts to reset the device and then calls the neccessary FrameMove and Render methods.

If the application window is minimized or the application is paused, CPU time is yielded to other processes.


© 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