D3DSphere.h
上传用户:wymy58
上传日期:2007-01-07
资源大小:2086k
文件大小:0k
源码类别:

DirextX编程

开发平台:

Visual C++

  1. // Copyright (C) 1999 DXGuide.  All Rights Reserved.
  2. // File: D3DSphere.h
  3. #ifndef _D3DSPHERE__H
  4. #define _D3DSPHERE__H
  5. #if _MSC_VER >= 1000
  6. #pragma once
  7. #endif // _MSC_VER >= 1000
  8. #include "D3DSimpleShape.h"
  9. class CD3DSphere : public CD3DSimpleShape
  10. {
  11. public:
  12. CD3DSphere(FLOAT  fRadius, DWORD  dwNumRings,
  13. DWORD  dwVertexTypeDesc = CD3DUN1Vertex::TypeDesc);
  14. virtual ~CD3DSphere();
  15. };
  16. #endif // _D3DSPHERE__H