-
OpenGl等高线生成和内插
OpenGl等高线生成和内插-OpenGl contour generation and interpolation
- 2022-12-16 08:00:03下载
- 积分:1
-
This is a Visual C++6.0 platform preparation procedures, the use of three
这是一个在Visual C++6.0平台上编写的程序,利用三维图形和模型库OPENGL开发的。它可以实现生成一片树林,通过向上、向下、向左以及向右键穿越树林。-This is a Visual C++6.0 platform preparation procedures, the use of three-dimensional graphics and model library development OPENGL. It can generate a realization of the woods, through the up, down, left and through the woods to the right.
- 2022-02-04 08:54:58下载
- 积分:1
-
OpenGL图像编程的代码,一本不错的书的源代码,可惜没下载到书。希望代码可供大家学习...
OpenGL图像编程的代码,一本不错的书的源代码,可惜没下载到书。希望代码可供大家学习-OpenGL graphics programming code, a good book" s source code, unfortunately did not download the book. Hope that the code for them to learn from
- 2022-07-12 10:27:11下载
- 积分:1
-
三维物体的旋转以及缩放1)序利用粒子系统模拟烟火视觉效果.
2)点击工具栏三个按键分别可以发射黄色,红色,白色烟火.
3)点击程序下拉菜单下模式下可以改...
三维物体的旋转以及缩放1)序利用粒子系统模拟烟火视觉效果.
2)点击工具栏三个按键分别可以发射黄色,红色,白色烟火.
3)点击程序下拉菜单下模式下可以改变烟火发射模式:
-Rotating three-dimensional objects, as well as zoom 1) sequence using particle system visual effects pyrotechnic simulation .2) Click the toolbar button, respectively, could be fired three yellow, red, white pyrotechnics .3) Click on the drop-down menu under the mode of procedure can be changed under the pyrotechnic launch mode :
- 2022-03-14 23:54:16下载
- 积分:1
-
OGL绘制的旋转地球
这是一个Opengl绘制贴了图的旋转的地球,还添加了光照,非常适合初学者学习。这里代码简洁明了,已经注解,画面效果十分逼真,地球在自动旋转,也可以贴上其他图片,变成其他漂亮的星体。
- 2022-04-11 17:19:03下载
- 积分:1
-
OpenGL绘制长方体并进行纹理贴图
opengl下绘制长方体模型,并进行纹理贴图,运行成功
- 2022-02-07 10:44:05下载
- 积分:1
-
lesson18 OpenGL tutorial examples of bcb6
OPENGL教程lesson18的bcb6例子-lesson18 OpenGL tutorial examples of bcb6
- 2023-01-22 20:30:04下载
- 积分:1
-
这是我在一个机器视觉项目开发中使用的OpenGL部分,实现了对话框程序中使用OpenGl的功能,支持text数据输入,最初来源于一个国外网站,我做了部分修改。...
这是我在一个机器视觉项目开发中使用的OpenGL部分,实现了对话框程序中使用OpenGl的功能,支持text数据输入,最初来源于一个国外网站,我做了部分修改。-This is my machine vision in a project to develop the use of the OpenGL part of the dialog box procedure to achieve the use of the function OpenGl support text data entry, the first from a foreign website, I made some changes.
- 2022-03-20 10:04:49下载
- 积分:1
-
本文着重于OpenGL扩展的应用。在此基础上,详细阐述Ms Windows环境下VC++6.0中实现的OpenGL 扩展的应用技术,并通过实例加以验证。...
本文着重于OpenGL扩展的应用。在此基础上,详细阐述Ms Windows环境下VC++6.0中实现的OpenGL 扩展的应用技术,并通过实例加以验证。-This paper focuses on the expansion of OpenGL application. On this basis, Ms elaborate VC Windows 6.0 environment is achieved by extending the OpenGL application technologies, and examples are given.
- 2023-03-31 17:15: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