README.TXT
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. Flip3D
  2. Direct3D Immediate Mode (DrawPrimitive) Sample
  3. Copyright (C) 1997 by Microsoft Corporation. All Rights Reserved.
  4. This is a small, self-contained DrawPrimitive sample with
  5. the following features.
  6.     It does its own transform and lighting, so uses D3DTLVERTEX
  7.         data only in its DrawPrimitive calls.
  8.     It is full-screen only, which simplifies the code.
  9.     It illustrates how to use GDI to do color conversion
  10.         into texture surfaces.  See the D3DTexture class in
  11.         texture.h and texture.cpp.