-
opengl中的鼠标控制,鼠标左右键于ALT CTRL组合控制
opengl中的鼠标控制,鼠标左右键于ALT CTRL组合控制-opengl the mouse control, mouse or ALT CTRL keys in combination to control
- 2022-12-09 05:25:03下载
- 积分:1
-
Visual OpenGL三维图象多个编程源码,对于三维图象编程有一定的帮助,注明为转载...
Visual OpenGL三维图象多个编程源码,对于三维图象编程有一定的帮助,注明为转载-Visual OpenGL 3D images more programming source, Programming for 3D images will help annotated reproduced
- 2023-02-26 05:30:04下载
- 积分:1
-
use opengl development of a PDA graphics interface, transparent lid, with sound...
一个用opengl开发的PDA的图形界面,透明的盖子,附有音乐效果,一些的按键控制在文件夹中的readme.txt有说明,自己看吧.-use opengl development of a PDA graphics interface, transparent lid, with sound effects, some of the buttons control the folder with the readme.txt that ion battery.
- 2022-05-15 08:07:49下载
- 积分:1
-
简单的程序,按键打开盖子,按下按钮和按钮…
简单的OpenGL程序,按O键打开盖子,按C键关闭盖子。-simple procedure, according to O bond opened the lid and press the C button and close the lid.
- 2022-03-26 04:28:36下载
- 积分:1
-
OpenGL的一个小迷宫
使用二维数组随机的产生一个迷宫,有详细的注释,通过调整最前面的常数可以调节迷宫的行数和列数(一定要互相匹配,不然出来的结果很丑),然后用stack写出来了迷宫的解法,通过OpenGL画出了迷宫
- 2022-04-16 20:04:00下载
- 积分: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红宝书,主要难点在于矩阵堆栈的理解和使用
- 2022-03-06 18:12:40下载
- 积分:1
-
基于openGL的坐标图绘制
基于openGL的2D坐标实现,可以直接在上面实现绘制波形图,加入了位图的文字显示,可以根据需求修改
.-a excellent openGL example based on VC++
- 2022-04-07 03:56:27下载
- 积分:1
-
华容道小游戏在VC++6.0下使用OpenGL实现,功能都实现了,就是看上去有点简陋。...
华容道小游戏在VC++6.0下使用OpenGL实现,功能都实现了,就是看上去有点简陋。-Huarong game at VC++6.0 to use OpenGL implementation, implementation functions, that is, looks a bit simple.
- 2022-08-03 22:01:15下载
- 积分:1
-
用opengl和VC++实现的机器人手臂
用opengl和VC++实现的机器人手臂-Use opengl and VC++ Realize the robot arm
- 2022-02-25 19:51:30下载
- 积分:1