Platform SDK: DirectX |
This section pertains only to application development in Visual Basic. See Direct3D Immediate Mode C/C++ Tutorials.
To properly display and manipulate your objects in a scene, you need to update the view of your scene, perform any necessary transformations, and, of course, render the completed scene. These tasks are explained in the following steps:
For more information on rendering primitives, see Rendering Primitives.