-
OPENGL_Create a JPEG Texture Loader,
使用JPEGLIB库 将JPEG纹理加载到OPENGL中,并贴到3D模型上
- 2022-02-04 17:57:41下载
- 积分:1
-
gpu精粹中光的干涉模拟源码opengl版
gpu精粹中光的干涉模拟源码opengl版-gpu gems in the simulation of interference of light source opengl version
- 2023-07-18 18:40:05下载
- 积分:1
-
skybox 的设计示范
skybox 的设计示范-skybox Design Model
- 2023-03-15 17:30:04下载
- 积分:1
-
opengl 实现机械手臂
用opengl实现机械手臂,参考opengl红宝书,主要难点在于矩阵堆栈的理解和使用
- 2022-03-06 18:12:40下载
- 积分:1
-
本例包括:opengl的快捷菜单的制作以及图形交互与光照效果!...
本例包括:opengl的快捷菜单的制作以及图形交互与光照效果!-The cases include : opengl menu shortcuts and the production of interactive graphics and lighting effect!
- 2022-03-16 03:17:04下载
- 积分:1
-
创建vc++程序,在视图框上画上三个彩色图形,一个是三角形,一个上正方形,另一个是圆。...
创建vc++程序,在视图框上画上三个彩色图形,一个是三角形,一个上正方形,另一个是圆。-Create a vc++ program, in the view box painted on the three color graphics, one triangle, one on the square, and the other is round.
- 2022-02-07 13:59:39下载
- 积分:1
-
基于VisualC++的OpenGL实现三维图形的拾取功能,学习游戏…
基于visualc++ opengl,实现了三维图形的拾取功能,供学习游戏制作和计算机图形学的朋友借鉴。-based visualc opengl, realized 3D graphics picking function, learning games for the production and computer graphics from a friend.
- 2022-08-06 12:17:03下载
- 积分:1
-
w s levels have a d c z direction of the sun 1 2 Phoenix, the corresponding time...
w s a d 上下左右 z c 太阳的走向 1 2 太阳的对应的时间和经纬度的显示-w s levels have a d c z direction of the sun 1 2 Phoenix, the corresponding time and the display of latitude and longitude
- 2022-03-21 23:00:39下载
- 积分: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开发图像处理系统-use opengl Image Processing System Development
- 2023-02-01 05:30:04下载
- 积分:1