-
汉化特别版为DirectX和OpenGL游戏设计的通用工具
汉化特别版为DirectX和OpenGL游戏设计的通用工具-Speaking of special edition for DirectX and OpenGL games designed for general-purpose tool
- 2022-02-05 04:53:14下载
- 积分:1
-
制作太阳光晕的非常好的例子,同时考虑了遮挡算法,对于学习opengl中有关光照,纹理贴图等知识有帮助...
制作太阳光晕的非常好的例子,同时考虑了遮挡算法,对于学习opengl中有关光照,纹理贴图等知识有帮助-Solar flare produced a very good example, taking a block algorithm, for learning opengl related to light, texture mapping, such as knowledge has helped
- 2022-10-24 23:25:03下载
- 积分:1
-
OpenGL high
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码-4,学习OpenGL的好东西-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL -OpenGL high-level programming and visualization systems development (high-level programming chapter)-4 of the source with the book, learning OpenGL good things-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL
- 2022-01-24 12:58:50下载
- 积分:1
-
opengl粒子系统开发的流星,流星的颜色由电脑随机产生,看上去效果还不错....
opengl粒子系统开发的流星,流星的颜色由电脑随机产生,看上去效果还不错.-opengl particle system development meteor, Meteor colors randomly generated by a computer, the results were pretty good looks.
- 2022-10-02 18:40:03下载
- 积分:1
-
DS算法分形地形和云的实例代码,利用OpenGL实现
分形D-S算法实现地形及云实例代码,用Opengl实现-DS algorithm fractal terrain and cloud example code, using opengl realize
- 2023-05-17 19:40:04下载
- 积分:1
-
OpenGL foundation to the friend which begins studies
OpenGL may have a look to s...
OpenGL基础 对初学OpenGL的朋友可以看看
里面对于基本图形绘制说的很明白
是本不错的书-OpenGL foundation to the friend which begins studies
OpenGL may have a look to say regarding the basic graph plan
understood very much is this good book
- 2022-02-03 21:19:17下载
- 积分:1
-
Glut dlls for image process
Glut dlls for image proce-Glut dlls for image process
- 2022-04-12 11:07:17下载
- 积分: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
-
An Spiral using geometric transformation, in opengl and c++.
An Spiral using geometric transformation, in opengl and c++.
- 2023-01-31 13:35:04下载
- 积分:1
-
OpenGL好的例子
OpenGL好的例子 -OpenGL good example
- 2022-03-11 12:23:19下载
- 积分:1