-
openg例子2
openg例子2-openg example 2
- 2022-02-20 23:10:54下载
- 积分:1
-
GLUT 3.7 beta image datafile distribution (Unix tar format) 图形数据文件分类 Unix用...
GLUT 3.7 beta image datafile distribution (Unix tar format) 图形数据文件分类 Unix用-GLUT 3.7 beta image datafile distribution (Unix tar format) graphics data file by Category Unix
- 2023-03-31 12:05:04下载
- 积分:1
-
3D图象,VS2005下编译通过
VC++图象处理类源代码
需要MFC, OpenGL支持
我过去学openGL时的源代码,请不要笑,它可作为继续加...
3D图象,VS2005下编译通过
VC++图象处理类源代码
需要MFC, OpenGL支持
我过去学openGL时的源代码,请不要笑,它可作为继续加工的模板-3D images under VS2005 compile VC image processing category needs MFC source code, OpenGL support me in the past when learning openGL the source code, please do not laugh, it can be used as the template to continue processing
- 2023-02-23 21:25:04下载
- 积分:1
-
openglteapot
应用背景1。试验目的通过设计一个简单的机器人动画程序,了解OpenGL变换,几何变换观测方法和矩阵栈的集合。2。试验内容(1)该程序blcu_robot.exe特征的观察与分析,使用变换和几何变换的观测分析。(2)学习文件夹opengl_robot–指程序中的程序。(3)例如7个扩展程序,该程序具有此功能。(4)编写程序文件。3。程序文件实验程序:(1)建立人体模型,包括:躯干、手臂、手、腿、脚。(2)添加blcu_robot.exe功能。通过按住鼠标左键并拖动来移动机器人;通过按住鼠标右键,拖动xoy平面内移动相机实现按住鼠标中间键改变机器人增加了关键的反应控制权的手臂旋转增加了按键的反应,右手臂控制前臂旋转增加了按键的“女”响应控制左脚转身。H.添加键的响应来模拟步行的四肢的平行影响(左手臂和右腿的同步,右手臂和左腿)。关键技术C++,OpenGL动画。动画可以用来理解的旋转的茶壶的工作
- 2023-03-27 22:25:04下载
- 积分:1
-
openGL实例-暴风雪,用openGL制作暴风雪动画的实例,有完整的代码示例!...
openGL实例-暴风雪,用openGL制作暴风雪动画的实例,有完整的代码示例!-- snowstorms, with openGL produced blizzard animation examples, a complete code examples!
- 2023-02-18 22:20:04下载
- 积分:1
-
opengl+VC 波光闪闪和水波荡漾的论文
opengl+VC 波光闪闪和水波荡漾的论文-opengl+ VC and water rippling wave shiny paper
- 2022-03-19 02:26:13下载
- 积分:1
-
采用中点圆算法OpenGL在Visual C++实现
在visual c++下用opengl实现中点画圆算法-In visual c++ implementation using the midpoint circle algorithm opengl
- 2022-10-18 09:20:03下载
- 积分:1
-
vc++中opengL中很不错的参考文件,值得一看
vc++中opengL中很不错的参考文件,值得一看-vc++ in opengl a very good reference document, worth a visit
- 2022-11-05 01:20:03下载
- 积分:1
-
opengl programming document
opengl programming document
- 2022-08-05 15:55:31下载
- 积分: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