-
Produced two simple 3D graphics, pyramid (d pyramid), cube. And so that they rot...
制作了两个简单的3D图形,金字塔(四棱锥)、立方体.并让它们旋转起来.-Produced two simple 3D graphics, pyramid (d pyramid), cube. And so that they rotate together.
- 2022-03-10 13:20:43下载
- 积分:1
-
opengl es 1.0 雾效果的添加与设置
opengl es 1.0 雾效果的添加与设置-opengl es 1.0 fog
- 2022-03-20 17:26:13下载
- 积分: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 source and Red Treasure Book
- 2022-03-25 11:01:18下载
- 积分:1
-
vc环境下应用opengl进行变形的小程序
vc环境下应用opengl进行变形的小程序-A samll program use OpenGL perform picture transformation (develop in VC)
- 2022-10-30 05:35:03下载
- 积分:1
-
矩形绘图
它是一个非常好的矩形绘图程序。
在此程序中,我用了一些 OpenGl 例程,我也有一些 OpenGL 库因为仅在包含这些库时,可以运行这些图形程序。
它是对 dram 一个完美的矩形短的程序。
它绘制矩形没有任何错误。
- 2022-02-22 03:33:07下载
- 积分:1
-
3D图形编程 opengl 1.1版
3D图形编程 opengl 1.1版-3D graphics programming opengl Version 1.1
- 2022-12-11 13:05:08下载
- 积分:1
-
机器人仿真源代码应用OpenGL,日本人写的,所以…
应用OPENGL进行机器人仿真的源码,日本人写的,源码重部分注释翻译过的.-OpenGL application for robot simulation source code, written in Japanese, the source re-translated part of the Notes.
- 2023-05-11 08:20:04下载
- 积分:1
-
packaged OpenGL category
经过包装的OpenGL类-packaged OpenGL category
- 2022-03-02 15:24:09下载
- 积分:1
-
这是我的OpenGL作业,内容为一个在太空中飞行的飞船,背景为一颗恒星和一颗星星,由于初学,做的粗糙,望大家见谅...
这是我的OpenGL作业,内容为一个在太空中飞行的飞船,背景为一颗恒星和一颗星星,由于初学,做的粗糙,望大家见谅-This is my OpenGL operations, says in a space flight of the spacecraft, background of a star and a star, as a novice, so rough and hope you will forgive me
- 2022-03-29 10:10:39下载
- 积分:1