-
his OpenGL Component Builder is for C Versi on 5.0.
his OpenGL Component is for C++ Builder Version 5.0.-his OpenGL Component Builder is for C Versi on 5.0.
- 2022-04-23 17:49:39下载
- 积分:1
-
an opengl example is the word for the realization of the source code shown relat...
一个opengl的例子 是用于实现文字显示的源代码 比较简单-an opengl example is the word for the realization of the source code shown relatively simple
- 2022-08-21 05:37:00下载
- 积分:1
-
opengl, 3d graphics. More single
opengl,3d图形。单文档多文档多视图范例-opengl, 3d graphics. More single-file documents multi-view model
- 2022-03-12 20:00:02下载
- 积分:1
-
this procedure is the function of the screen in 400* 400 Drawing a circle.
本程序的功能是在屏幕的400*400处绘制一个圆形。-this procedure is the function of the screen in 400* 400 Drawing a circle.
- 2022-10-20 12:05:03下载
- 积分:1
-
Openinventor
应用背景完整的键盘响应程序,可以通过键盘来控制在Openinventor中的模型,了解Openinventor的控制原理关键技术该程序是在vc6.0和TGS Openinventor下编译的,所以看懂该程序除了要有一定的C++编程基础外,还应该懂得Openinventor
- 2023-06-27 19:25:04下载
- 积分:1
-
用MFC中的dialoge实现的OpenGL,可以供大家参考
用MFC中的dialoge实现的OpenGL,可以供大家参考-Using MFC in the dialoge realize OpenGL, can be for your reference
- 2022-12-21 11:55:03下载
- 积分:1
-
用Visual C++编写的openGL小程序,模拟机器人,加入光源的使用
用Visual C++编写的openGL小程序,模拟机器人,加入光源的使用-Visual C openGL prepared by the small programs, simulated robot, the use of light to join
- 2022-05-26 16:25:33下载
- 积分: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
-
a plug
一个支持OpenGL的插件视图类(98KB)-a plug-in support OpenGL View category (KB)
- 2023-05-26 03:30:03下载
- 积分:1
-
关于填充曲面的绘制
关于填充曲面的绘制-filled on the surface mapping
- 2022-03-16 05:31:53下载
- 积分:1