-
computer graphics algorithm for example, DIREXTX use OpenGL programming and comp...
计算机图形学算法示例,用OPENGL和DIREXTX编程的计算机图形学简单入门程序,有利于初学者学习。-computer graphics algorithm for example, DIREXTX use OpenGL programming and computer graphics simple entry procedures, help beginners learn.
- 2023-02-16 06:30:04下载
- 积分:1
-
Read the data from document
Read the data from document
- 2022-05-18 09:38:09下载
- 积分:1
-
虚拟毛笔程序,模拟了墨水在宣纸上的扩散,opengl
虚拟毛笔程序,模拟了墨水在宣纸上的扩散,opengl-procedures, simulating the ink on the paper, the proliferation opengl
- 2023-06-25 10:30:03下载
- 积分:1
-
min
min-min,max-min,H-mm新算法-min-min, max-min, H-mm new algorithm
- 2022-03-12 12:12:31下载
- 积分:1
-
基于OPENGL的OpenVG实现,用c实现的OpenVG的硬加速算法,在SVG、2D图形显示等方面有参考价值。...
基于OPENGL的OpenVG实现,用c实现的OpenVG的硬加速算法,在SVG、2D图形显示等方面有参考价值。-OPENGL based on the realization of the OpenVG, c achieved by OpenVG hardware to accelerate the algorithm, in SVG, 2D graphics, such as have reference value.
- 2022-06-14 19:12:20下载
- 积分:1
-
gPhone上的opengl教程
可以在m15上编译,直接用模拟器进行测试
不错的东西...
gPhone上的opengl教程
可以在m15上编译,直接用模拟器进行测试
不错的东西-gPhone
- 2022-06-19 15:07:05下载
- 积分:1
-
因为,我们年轻,所以我们有的是创新 有的是个性 有的是自信!!!
但是,我们也要有过硬的技术做后盾所以我们要脚踏实地的学习...
因为,我们年轻,所以我们有的是创新 有的是个性 有的是自信!!!
但是,我们也要有过硬的技术做后盾所以我们要脚踏实地的学习-Because we young, so we have some innovation and some are self-confident personality!!! However, we must have strong technical backing to do so we have to learn down-to-earth
- 2023-05-30 13:10:04下载
- 积分: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
-
OpenGl的例子
OpenGl的例子-OpenGl
- 2022-02-14 15:13:44下载
- 积分:1
-
做的烟花效果,以供openGL的爱好者学习之用!
做的烟花效果,以供openGL的爱好者学习之用!-do fireworks effect for openGL lovers with learning!
- 2022-06-26 12:31:38下载
- 积分:1