-
how vc development environment, using opengl library to prepare a light, materia...
如何在vc的开发环境下,利用opengl函数库来编写一个光照,材质的例子。-how vc development environment, using opengl library to prepare a light, material examples.
- 2022-03-20 21:40:44下载
- 积分:1
-
openGL DemoVC++ 多视图三维现实多种显示模式是学习openGL最简洁而全面的例子....
openGL DemoVC++ 多视图三维现实多种显示模式是学习openGL最简洁而全面的例子.-more realistic view a variety of 3D display mode of learning openGL most concise and comprehensive example.
- 2022-10-06 09:50:03下载
- 积分:1
-
hola glu opengl library
hola glu opengl library
- 2022-03-17 12:07:20下载
- 积分:1
-
OpenGL network programming, enabling user data between each other
OPENGL网络程序,实现用户间的数据互传-OpenGL network programming, enabling user data between each other-
- 2022-05-20 15:04:29下载
- 积分:1
-
GPS3D is a group of tools that can be used for processing GPS data on PC. One sp...
GPS3d 是一组可以从PC机处理GPS的工具,一个良好的功能是可以通过OpenGL,3D纹理映射模型查看GPS数据-GPS3D is a group of tools that can be used for processing GPS data on PC. One splendid function of the tool is that it can examine GPS data through texture mapped 3D model by use of OpenGL.
- 2022-01-30 18:29:03下载
- 积分:1
-
本程序是基于opengl平台而开发的3d c++代码,表示的图形是贴有图片的立方体...
本程序是基于opengl平台而开发的3d c++代码,表示的图形是贴有图片的立方体-this program is based on opengl platform developed by the 3d c code, the graphic pictures posted with the cube
- 2022-10-29 21: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
-
上传的是三维方腔自然对流过程的最后…
上次上载的是二维的方腔自然对流的程序,这次上传个三维的,希望对大家有用哦-Upload the last of the threedimensional square cavity natural convection process, the upload of three-dimensional, and I hope useful for all of us, oh
- 2022-08-06 13:23:33下载
- 积分:1
-
用VC+OpenGL编的一个具有简单弯管的程序源代码
用VC+OpenGL编的一个具有简单弯管的程序源代码-this code demostrate how to make a simple curved vessel with opengl
- 2022-06-17 02:35:27下载
- 积分:1
-
visualc opengl application development on a full code, a total of 23 source code...
visualc++opengl应用程序开发一书的全部代码,一共23个源代码,有很高的实用价值-visualc opengl application development on a full code, a total of 23 source code, have high practical value
- 2022-09-05 07:10:04下载
- 积分:1