-
采用中点圆算法OpenGL在Visual C++实现
在visual c++下用opengl实现中点画圆算法-In visual c++ implementation using the midpoint circle algorithm opengl
- 2022-10-18 09:20:03下载
- 积分:1
-
这是一个读取ASCII服装动画OpenGL代码,如果想玩游戏,等。
这是一个读取ASCII码的服饰动画制作OPENGL代码,如果想玩游戏制作,那么就该看看这个代码.-This is a read ASCII costumes animation OpenGL code, if want to play the game, then this look at the code.
- 2022-09-30 12:55:03下载
- 积分:1
-
openGL源代码,实现了在一个立方体上进行纹理渲染
openGL源代码,实现了在一个立方体上进行纹理渲染-openGL source code, realized in a cube texture rendering
- 2022-06-26 03:55:45下载
- 积分:1
-
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者...
水木清华的精华区OpenGL系列例程及教程,非常好,适合OpenGL初学者-SMTH, the focus of OpenGL series of routines and classes, is very good and is suitable for beginners OpenGL
- 2022-09-23 15:30:02下载
- 积分:1
-
OPENGL 简单实现
OPENGL 简单实现-OPENGL simple to achieve
- 2022-01-25 23:02:30下载
- 积分: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
-
In computer graphics, the suppression of the display of one or more display elem...
在计算机图形学中,有三种方式表示三维物体:线框图、消隐图和真实感图。其中真实感图形的生成也要在消隐基础上进行光照处理。所谓消隐就是给定一组三维对象及投影方式(视见约束),判定线、面或体的可见性的过程。-In computer graphics, the suppression of the display of one or more display elements or display groups.
- 2023-07-22 22:30:03下载
- 积分:1
-
这是三篇关于层次细节算法的论文希望能有帮助
这是三篇关于层次细节算法的论文希望能有帮助 -This is a 3 on the level of detail algorithm paper hopes to help
- 2022-04-07 12:36:06下载
- 积分:1
-
opengl source code, implements a rope simulation, there are shadow effects
opengl源代码,实现了一条绳子的模拟,有阴影效果-opengl source code, implements a rope simulation, there are shadow effects
- 2023-05-09 01:45:04下载
- 积分:1
-
实现了一个opengl的可视化图形模板,利用了splitWindow ,在MFC多文档模式下,可以对openGL图形做交互操作比如平移旋转缩放等...
实现了一个opengl的可视化图形模板,利用了splitWindow ,在MFC多文档模式下,可以对openGL图形做交互操作比如平移旋转缩放等-Realize a visualization opengl graphics templates, use of splitWindow, in MFC multi-document mode, can make interactive graphics openGL operation such as rotation scaling translation
- 2022-01-25 17:15:10下载
- 积分:1