This sample is located in \Samples\DirectX\d3d.
Description
Using the Sample
Key Project Files
Technologies Demonstrated
This sample shows the basic use of three-dimensional immediate mode, including creating and using execute buffers.
You must have Microsoft® Windows NT® 4.0 Service Pack 3 (SP3) or later installed to run this sample. See the Microsoft® DirectX® release notes for installation details.
The sample displays a rotating, three-dimensional cube.
This class implements a Java applet that sets up the canvas and frame.
FlipCubeCanvas.javaThis class creates and draws the cube.
FlipCubeFrame.javaThis class creates a simple frame that hosts the Flip Cube canvas.