-
水是一个小型项目,灵感来自于我的留言论坛。后水。
Water is a small mini project inspired by a post in my message forum. The post was talking about whether or not it would be possible to create a water effect by modifying the waving flag tutorial. I stripped the flag of it s texture, put stars in the background, set up 3 layers of waving material, and used some simple blending to make it look as though the three layers were waves rippling across the screen. The effect isn t great, but it s cool looking!
- 2022-02-04 10:40:12下载
- 积分:1
-
OPENGL在VC++中的图像上色好的旋转
OPENGL在VC++中的图像上色好的旋转-OPENGL in VC++ Good color image rotation
- 2022-02-28 23:13:56下载
- 积分:1
-
Windows下的Opengl的一个四元数摄像机类库。
Windows下的Opengl的一个四元数摄像机类库。-the Windows Opengl of a quaternion cameras library.
- 2022-05-25 04:08:15下载
- 积分:1
-
利用VC++和OpenGL开发的模拟雨滴效果。雨滴落在…
利用vc++和openGL开发的模拟雨滴效果。雨滴落入一个池塘中。-Use vc++ And openGL simulation developed raindrop effect. Raindrops falling into a pond.
- 2023-01-31 00:50:03下载
- 积分:1
-
利用OPENGL做出简单的3D 射击游戏
利用OPENGL 做出简单的3D 射击游戏,包括人物的移动、视野以及发射子弹与障碍物的碰撞。
- 2022-02-04 13:27:56下载
- 积分:1
-
这是OpenGL高级编程与可视化系统开发(系统开发篇)源码
这是OpenGL高级编程与可视化系统开发(系统开发篇)源码 -This is a high-level programming with OpenGL visualization system development (system development articles) source
- 2023-06-02 17:40:03下载
- 积分:1
-
在VC中实现OpenGL三维绘图,是三维交互图系统演示,可旋转。
在VC中实现OpenGL三维绘图,是三维交互图系统演示,可旋转。-in VC achieve OpenGL 3D graphics, interactive 3-D map of the demonstration, swivel.
- 2022-04-12 16:16:05下载
- 积分: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
-
VC和OPGL编写的机器人控制程序
通过使用VC6.0与OPenGL,实现类人机器人的移动,各个关节的旋转,完成了类人机器人的基本操作。主要涵盖了程序基础、形体建模、渲染色彩与动画的应用开发四个方面的内容。
- 2022-01-29 04:00:21下载
- 积分:1
-
利用OpenGL实现三维绘图
利用OpenGL实现三维绘图-use OpenGL 3D graphics
- 2022-03-21 14:59:43下载
- 积分:1