搜索资源列表
Gdipluspicture
- 1. 新建一个空的Win32项目(假设新建项目名称为ForthProj) 设置Win32应用程序向导的“应用程序设置”选项卡,“应用程序类型”项选择“Windows应用程序”,“附加选项”部分选择“空项目”复选框。 VC++ .NET会为该项目新建一个解决方案,并在项目文件夹下产生四个文件:ForthProj.sln是解决方案管理文件,ForthProj是项目管理文件,ForthProj.ncb是项目数据库文件,ForthProj.suo是用户选项文件(它是一个隐藏文件,目前可以忽略) 2. 向
OpenglColumn
- 这个程序是一个win32应用程序,在VC++6.0下用Opengl绘制一个圆柱体,可以旋转等-This procedure is a win32 application, in VC++ 6.0 using opengl drawing a cylinder, you can rotate, etc.
1Screen
- 这是在VisualC++的Win32应用程序下开发的一个OpenGL入门源代码。-This is the VisualC++ for Win32 applications developed under an OpenGL entry source code.
2Tri_RecTangle
- 使用VisualC++ Win32应用程序开发的一个OpenGL程序,实现在屏幕中画一个三角形和矩形。-Using VisualC++ Win32 application development an OpenGL program to achieve the screen to draw a triangle and rectangle.
3Color_Tri_RecTangle
- 使用VisualC++ Win32应用程序开发的一个OpenGL程序,实现在屏幕中画一个彩色的三角形和矩形。-Using VisualC++ Win32 application development an OpenGL program to achieve the screen to draw a colored triangle and rectangle.
4Rotate_Tri_RecTangle
- 使用VisualC++ Win32应用程序开发的一个OpenGL程序,实现在屏幕中画一个彩色的三角形和矩形,并将三角形和矩形进行旋转。-Using VisualC++ Win32 application development an OpenGL program to achieve the screen to draw a colored triangle and rectangle, triangle and rectangle will rotate.
5Tri_RecTangle_3D
- 使用VisualC++ Win32应用程序开发的一个OpenGL程序,实现在屏幕中画一个三角锥体和正方体,并可在窗口中旋转。-Using VisualC++ Win32 application development an OpenGL program to achieve draw a triangle on the screen in the cone and the cube, and can rotate in the window.
6Cube_Texture
- 使用VisualC++ Win32应用程序开发的一个OpenGL程序,实现在屏幕中画一个应用了纹理的正方体。-Using VisualC++ Win32 application development an OpenGL program to achieve the screen to draw a cube texture applied.
7Cube_Light_Key
- 使用VisualC++ Win32应用程序开发的一个OpenGL程序,启动OpenGL的光照效果的一个例程。-Using VisualC++ Win32 application development an OpenGL program, start OpenGL lighting effects of a routine.
8Cube_Key_Transparent
- 使用VisualC++ Win32应用程序开发的一个OpenGL程序,开启OpenGL的透明度设置的一个例程。-Using VisualC++ Win32 application development an OpenGL program, open the OpenGL transparency set a routine.
9Animation
- 使用VisualC++ Win32应用程序开发的一个OpenGL程序,实现了在屏幕上进行动画的效果。-Using VisualC++ Win32 application development an OpenGL program to achieve the on-screen animation effects.
10_3D
- 使用VisualC++ Win32应用程序开发的一个OpenGL程序,实现3D的真实感效果。-Using VisualC++ Win32 application development an OpenGL program to achieve a realistic 3D effect.
11Fluterring_Flag
- 使用VisualC++ Win32应用程序开发的一个OpenGL程序,实现飘动的红旗。-Using VisualC++ Win32 application development an OpenGL program to achieve the waving red flag.
12CallList_Cube
- 使用VisualC++ Win32应用程序开发的一个OpenGL程序,主要是显示列表在OpenGL中的应用。-Using VisualC++ Win32 application development an OpenGL program, mainly in the display list in the OpenGL application.
13Text
- 使用VisualC++ Win32应用程序开发的一个OpenGL程序,主要是实现在OpenGL中文本的显示。-Using VisualC++ Win32 application development an OpenGL program, primarily the achievement of the Chinese version of the OpenGL display.
14Text_3D
- 使用VisualC++ Win32应用程序开发的一个OpenGL程序,实现OpenGL的3D文本的显示。-Using VisualC++ Win32 application development an OpenGL program to achieve OpenGL, 3D text display.
15Text_Texture
- 使用VisualC++ Win32应用程序开发的一个OpenGL程序,实现带有纹理的文本。-Using VisualC++ Win32 application development an OpenGL program to achieve with the texture of the text.
16Fog
- 使用VisualC++ Win32应用程序开发的一个OpenGL程序,实现雾的效果。-Using VisualC++ Win32 application development an OpenGL program to achieve the effect of fog.
17Text_Texture_2D
- 使用VisualC++ Win32应用程序开发的一个OpenGL程序,用2D的纹理图实现字符的显示。-Using VisualC++ Win32 application development an OpenGL program, with the 2D texture map to achieve the display of characters.
18Sec_Geometry_Cube
- 使用VisualC++ Win32应用程序开发的一个OpenGL程序,实现二次几何体。-Using VisualC++ Win32 application development an OpenGL program to achieve the second geometry.