D3DSphere.h
资源名称:DXGuide.zip [点击查看]
上传用户:wymy58
上传日期:2007-01-07
资源大小:2086k
文件大小:0k
源码类别:
DirextX编程
开发平台:
Visual C++
- // Copyright (C) 1999 DXGuide. All Rights Reserved.
- // File: D3DSphere.h
- #ifndef _D3DSPHERE__H
- #define _D3DSPHERE__H
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- #include "D3DSimpleShape.h"
- class CD3DSphere : public CD3DSimpleShape
- {
- public:
- CD3DSphere(FLOAT fRadius, DWORD dwNumRings,
- DWORD dwVertexTypeDesc = CD3DUN1Vertex::TypeDesc);
- virtual ~CD3DSphere();
- };
- #endif // _D3DSPHERE__H