-
Visual C++ Entry in OpenGL programming are very helpful for beginners
Visual C++中OpenGL编程入门 对初学者有很大帮助-Visual C++ Entry in OpenGL programming are very helpful for beginners
- 2022-09-22 18:30:03下载
- 积分:1
-
这是一个关于OpenGL的漫游天地的程序,可心用键盘的四个方向来控制背景的图像的漫游显示...
这是一个关于OpenGL的漫游天地的程序,可心用键盘的四个方向来控制背景的图像的漫游显示-This is a heaven and earth on the OpenGL roaming procedure, Kexin use the keyboard to control the direction of the four background images display roaming
- 2022-02-06 09:01:58下载
- 积分:1
-
这是C++Builder没有提供glaux.h所对应的dll和lib文件。
这是C++Builder没有提供glaux.h所对应的dll和lib文件。- This is C Builder has not provided dll and the lib document
which glaux.h corresponds.
- 2022-08-20 06:23:52下载
- 积分:1
-
MIT课程 计算机图形学 6_837 Assignment 8.htm 贝赛尔虚线 BSpline 及相互转换 和 相应曲面的绘制...
MIT课程 计算机图形学 6_837 Assignment 8.htm 贝赛尔虚线 BSpline 及相互转换 和 相应曲面的绘制 -MIT Computer Graphics courses 6_837 Assignment 8.htm Bessel dashed BSpline and mutual conversion and the corresponding surface rendering
- 2022-01-25 16:01:56下载
- 积分:1
-
用OPEN
用OPEN-GL实现贝赛尔(Bezier)曲线-use OPEN-GL achieve Bessel (Bezier) curve
- 2022-03-07 21:47:13下载
- 积分:1
-
rotating cube mapping, a good effect, and can expand the development of the corr...
旋转立方体绘制,效果很好,拓展后可开发相应的例子-rotating cube mapping, a good effect, and can expand the development of the corresponding example
- 2022-01-31 11:31:25下载
- 积分: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 system which using OpenGL that demonstrating rotating Earth.
- 2022-01-25 19:06:40下载
- 积分:1
-
显示太阳能系统的OpenGL代码
OPenGL code for displaying solar system
- 2022-03-14 05:21:42下载
- 积分:1
-
这是Nehe的又一个OpenGL代码
这是Nehe的又一个OpenGL代码-This is another one Nehe OpenGL code
- 2022-01-25 20:19:28下载
- 积分:1