-
math3d库(非原创)
(不是我原创的,但不记得从哪里下载的了)《openGL超级宝典》里面用到的库。可以做3D矩阵变换等。用途:openGL可以做矩阵变换,如平移、旋转、缩放,但是计算结果不能显式获取。使用math3d库可以计算一个向量经上述变换后的新坐标,并写入变量供程序的其他部分使用。
- 2022-07-27 22:42:26下载
- 积分:1
-
hao dongxi mei sm haos suo
hao dongxi mei sm haos suo
- 2022-08-07 16:41:59下载
- 积分:1
-
茶壶运动模拟
茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。
- 2023-01-10 22:10:04下载
- 积分:1
-
opengl Programming Guide
opengl编程教程-opengl Programming Guide
- 2022-06-02 14:45:00下载
- 积分:1
-
一个表现三维地形的程序,效果不错,直接编译就可以了。
一个表现三维地形的程序,效果不错,直接编译就可以了。-The performance of a three-dimensional topography of the procedure, good results, directly compiled on it.
- 2023-05-26 12:00:04下载
- 积分:1
-
robot joints by different form, through the preservation of different forms of r...
机器人由不同的关节构成,通过保存机器人不同形态的侦,播放这些侦实现机器人的连续动作-robot joints by different form, through the preservation of different forms of robot reconnaissance, surveillance and broadcasting of these robots to achieve continuous movement
- 2022-03-05 14:43:58下载
- 积分: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 produced a three-dimensional animation, it has a realistic sense.
- 2022-04-23 05:19:05下载
- 积分:1
-
A very basic program demonstrating the use ofthe selectnio buffer in OpenGL. By...
A very basic program demonstrating the use ofthe selectnio buffer in OpenGL. By clicking on the rotating spheres you can make them disappear. The reset button will return everything back to the default setup.-A very basic program demonstrating the use ofthe selectnio buffer in OpenGL. By clicking o n the rotating spheres you can make them disappe ar. The reset button will return everything BAC k to the default setup.
- 2022-07-19 05:40:27下载
- 积分:1
-
OPENGL组织的Glut说明书,版本3.0,OPENGL的开发利器
OPENGL组织的Glut说明书,版本3.0,OPENGL的开发利器-OPENGL organizations Glut Manual, version 3.0, OPENGL development tool
- 2023-08-11 02:35:03下载
- 积分:1