-
MFC produced using opengl development framework, opengl become lovers can be car...
利用MFC制作的opengl开发框架,opengl变成爱好者可在此基础上进行二次开发-MFC produced using opengl development framework, opengl become lovers can be carried out on the basis of the secondary development
- 2023-08-04 18:40:03下载
- 积分:1
-
C++源程序,MFC和OpenGL的B
C++ source, MFC and OpenGL B-Spline draw
- 2023-08-18 19:55:04下载
- 积分:1
-
光盘包含了学习《OpenGL 游戏编程》一书所需用到的必要学习资源。光盘内容包括:
1.“Bonus Chapters” 文件夹 对书中8个章节的内容进行了...
光盘包含了学习《OpenGL 游戏编程》一书所需用到的必要学习资源。光盘内容包括:
1.“Bonus Chapters” 文件夹 对书中8个章节的内容进行了知识扩充,可以用Adobe Reader阅读器进行阅读;
2. Bonus Game”是作者提供的一个OpenGL制作的游戏Demo试玩;
3. Glee”和“glFont”两个文件夹包含有在使用OpenGL制作游戏过程中可以用到的辅助性资源和软件;
4.“Source Code“提供各章学习需要用到的源程序和资源。-CD-ROM contains learning
- 2023-06-13 04:06:57下载
- 积分:1
-
使用VC++6.0实现OPENGL绘图,实现了基本的绘图功能
使用VC++6.0实现OPENGL绘图,实现了基本的绘图功能-Use VC++ 6.0 realize OPENGL graphics, realize the basic drawing functions
- 2022-01-24 10:08:37下载
- 积分:1
-
OpenGL, use the method of randomly generated three
OpenGL中,使用随机生成地形的方法进行三维地形的模拟,-OpenGL, use the method of randomly generated three-dimensional terrain topography simulation,
- 2022-11-26 02:10:03下载
- 积分:1
-
MFC Opengl三维控件
应用背景
1当二维自定义控件的绘制效果无法满足图形需求时,需要考虑三维控件的可行性;
2在三维控件中,可绘制立体的效果;
3 可在二维图形程序中,绘制三维的图表,如饼图。曼哈顿图等;
关键技术
1 mfc自绘制控件的技术实现;
2 opengl基本绘制图形
3 opengl图形框架,包括编辑,旋转,视图缩放等
4 提供了三维投影,拾取基础类的代码;
5 自定义控件派生自static控件;
void COpenglWnd::Paint()
{
InitOpengl();
glMatrixMode(GL_MODELVIEW);
glLoadIdentity();
//////////////////////////////////////////////////////////////////////////
glPushMatrix();
glTranslated(0,0, -m_OpenglSize.GetEyeDistance() );
RenderOpengl();
glPopMatrix();
HDC m_hgldc = ::GetDC(m_hWnd);
::SwapBuffers(m_hgldc);
}
- 2023-04-10 06:30:03下载
- 积分:1
-
一个delphi 下 opengl的演示程序 可根据参数画出线 圆 矩形,可作为delphi下 opengl的入门参考 程序有详细注释,运行要opengl库文件...
一个delphi 下 opengl的演示程序 可根据参数画出线 圆 矩形,可作为delphi下 opengl的入门参考 程序有详细注释,运行要opengl库文件支持 在压缩包内已有 放了system文件夹下就行-an opengl under the demonstration program under the parameters of painting Cup round rectangle, as delphi under opengl entry procedures are detailed reference notes run to opengl support for the document compressed within the system has been put folder on the line
- 2022-03-14 16:27:28下载
- 积分:1
-
OPENGL的几个简单例子 分别从颜色 光照 简单纹理 几个方面做出了解释...
OPENGL的几个简单例子 分别从颜色 光照 简单纹理 几个方面做出了解释-OpenGL few simple examples from simple color light texture made several explanations
- 2022-05-31 02:19:32下载
- 积分:1
-
三
三维物体变形,实现骨骼的三维模型与标准X光片的配准-Three-dimensional object deformation, to achieve with the standard three-dimensional model of bone X-ray films with quasi-
- 2022-03-30 16:49:17下载
- 积分:1
-
wrl浏览器,可以看到wrl数据格式,直接点击安装即可使用
wrl浏览器,可以看到wrl数据格式,直接点击安装即可使用-the viewer of wrl
- 2022-02-07 11:14:27下载
- 积分:1