bsipic.h

来自「全面而完整地展示了Visual C++ 结合 OpenGL 进行3D编程所用到的」· C头文件 代码 · 共 26 行

H
26
字号
// bsipic.h: interface for the bsipic class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_BSIPIC_H__2B2795AA_4079_4FAA_B5BF_73506D18CCEF__INCLUDED_)
#define AFX_BSIPIC_H__2B2795AA_4079_4FAA_B5BF_73506D18CCEF__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

class bsipic  
{	public:	bsipic();
	virtual ~bsipic();
	public:
	UINT g_cactus[16];	
	GLUquadricObj *g_text; 
	void Box(float x,float y,float z);
	void picter(float x,float y,float z);
	void airplane(float x,float y,float z);
	void light0(float x,float y,float z,float a);
	bool LoadT8(char *filename, GLuint &texture);
};

#endif // !defined(AFX_BSIPIC_H__2B2795AA_4079_4FAA_B5BF_73506D18CCEF__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?