-
a Opengl the Fortran
一个基于Fortran的Opengl程序,给出了使用一般Fortran开发Opengl的框架。-a Opengl the Fortran-based procedures, given the use of general Opengl Fortran development framework.
- 2022-08-13 15:16:08下载
- 积分:1
-
opengl入门程序
opengl快速入门上的远程序,vs2010,下载同一个解决方案下,注意修改下lib库的目录,主要分为光照,动画,缓冲区,混合 ,镂空等例子
- 2022-06-16 17:48:46下载
- 积分:1
-
A plane shooting game of the source, using opengl library function shooting, 3D...
一个飞机射击游戏的源码,采用opengl库函数射击,3D模型采用3ds软件生成
-A plane shooting game of the source, using opengl library function shooting, 3D model generation software used 3ds
- 2023-05-19 14:50:03下载
- 积分:1
-
排序 alogrithhm
排序算法比较冒泡排序、 选择排序、 插入 sortThe 输出是不减的顺序 (每个元素是不小于根据所需的总顺序排列的前一个元素) ;输出是一个置换 (进行重新排序) 的输入。
- 2022-03-07 02:40:45下载
- 积分:1
-
初学OpenGL很好的框架,添加了画出三角形和四边形的代码,完成上色并且实现了旋转效果,入门基础。
初学OpenGL很好的框架,添加了画出三角形和四边形的代码,完成上色并且实现了旋转效果,入门基础。-Good beginner OpenGL framework, added a painted triangle and quadrilateral code, complete and realize the rotating color effect, the basis for entry.
- 2022-05-22 08:11:20下载
- 积分:1
-
移动,映射,OpenGL应用程序,用于实验的程序代码
移动,地图,OPENGL应用,实验程序代码
- 2022-10-13 08:50:03下载
- 积分:1
-
非常全面完整的VS工程,学习opengl的极佳实例
一共有10章内容...
非常全面完整的VS工程,学习opengl的极佳实例
一共有10章内容
-Very comprehensive complete VS project, learning opengl an excellent example of a total of 10 chapter
- 2022-05-08 10:45:44下载
- 积分:1
-
三维物体绘制与变换,使用OpenGL绘制空间立体图形并实现立体图形的变换及视角变换。
创建空间中的立方体
支持鼠标选择立方体
支持对选中立方体的平移...
三维物体绘制与变换,使用OpenGL绘制空间立体图形并实现立体图形的变换及视角变换。
创建空间中的立方体
支持鼠标选择立方体
支持对选中立方体的平移、旋转、放缩变换
支持对视点进行变换
-Three-dimensional objects drawn with the transformation, three-dimensional space using the OpenGL graphics rendering and realize three-dimensional graphics transform and perspective transform. Create a space to support the mouse to choose cube cube cube to support the selected translation, rotation, zoom support for the perspective transform to transform
- 2022-04-17 02:43:56下载
- 积分:1
-
quake3 bsp collision 3
quake3 bsp collision 3
- 2022-01-25 20:28: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