登录
首页 » Visual C++ » Flight3d

Flight3d

于 2013-03-19 发布 文件大小:5991KB
0 168
下载积分: 1 下载次数: 8

代码说明:

  一个用VC6++写的飞机模型,实现用键盘控制其方向,前进,是初学OPENGL的一个很好的例子(An to write with VC6++ aircraft model, use the keyboard to control the direction, forward, is the beginner the OPENGL of a good example)

文件列表:

bitmap.cpp,12828,2010-09-02
bitmap.h,2636,2010-10-27

Debug
.....\bitmap.obj,6156,2010-10-29
.....\bitmap.sbr,0,2010-10-29
.....\Flight3d.bsc,3851264,2010-11-06
.....\Flight3d.exe,122927,2010-11-06
.....\Flight3d.ilk,276636,2010-11-06
.....\Flight3d.obj,12869,2010-10-29
.....\Flight3d.pch,7002532,2010-10-29
.....\Flight3d.pdb,328704,2010-11-06
.....\Flight3d.res,2060,2010-10-29
.....\Flight3d.sbr,0,2010-10-29
.....\Flight3dDlg.obj,21431,2010-10-29
.....\Flight3dDlg.sbr,0,2010-10-29
.....\OpenGL.obj,44828,2010-11-06
.....\OpenGL.sbr,0,2010-11-06
.....\StdAfx.obj,105501,2010-10-29
.....\StdAfx.sbr,1371837,2010-10-29
.....\texture.obj,4693,2010-10-29
.....\texture.sbr,0,2010-10-29
.....\vc60.idb,205824,2010-11-06
.....\vc60.pdb,364544,2010-11-06
Flight3d.aps,34476,2011-10-11
Flight3d.cpp,2091,2010-10-27
Flight3d.dsp,4570,2010-10-29
Flight3d.dsw,539,2010-10-27
Flight3d.h,1346,2010-10-27
Flight3d.ncb,148480,2011-10-11
Flight3d.opt,55808,2011-10-11
Flight3d.plg,909,2011-10-11
Flight3d.rc,4306,2011-10-11
Flight3dDlg.cpp,4729,2010-11-25
Flight3dDlg.h,1450,2010-10-28
gl
..\GL.H,69083,2005-10-19
..\GLAUX.H,12024,2005-10-19
..\GLAUX.LIB,1312394,2005-10-19
..\GLEXT.H,12794,2005-10-19
..\GLU.DLL,315904,2005-10-19
..\GLU.H,18282,2005-10-19
..\glu.lib,35606,2005-10-19
..\GLU32.LIB,49514,2005-10-19
..\GLUT.DLL,154624,2005-10-19
..\GLUT.H,27682,2008-05-25
..\glut.lib,79654,2005-10-19
..\GLUT32.DLL,237568,2005-10-19
..\GLUT32.LIB,69580,2005-10-19
..\OPENGL.DLL,1213440,2005-10-19
..\opengl.lib,242802,2005-10-19
..\OPENGL32.LIB,336274,2005-10-19
..\WGLEXT.H,17183,2005-10-19
OpenGL.cpp,19316,2010-11-09
OpenGL.h,1393,2010-10-29
ReadMe.txt,3615,2010-10-27
Release
.......\bitmap.obj,2763,2010-11-08
.......\Flight3d.exe,32768,2011-10-11
.......\Flight3d.obj,8817,2010-11-08
.......\Flight3d.pch,5828224,2010-11-08
.......\Flight3d.res,2060,2011-10-11
.......\Flight3dDlg.obj,14157,2010-11-25
.......\OpenGL.obj,28565,2010-11-25
.......\StdAfx.obj,750,2010-11-08
.......\texture.obj,2239,2010-11-08
.......\vc60.idb,58368,2011-10-11
res

...\Flight3d.rc2,400,2010-10-27
...\Thumbs.db,3072,2010-10-27
Resource.h,445,2010-10-27

StdAfx.cpp,210,2010-10-27
StdAfx.h,1054,2010-10-27

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • GTool(Version2.2)
    电视系统中,进行需要在线调整Gamma曲线,此工具可以方便的对电视系统中的Gamma曲线读写,修改,该软件使用了贝塞尔曲线,方便的拖出你想要的曲线,然后在线升级(TV system, to adjust the Gamma curve need to be online, this tool can be easily against the television system in the Gamma curve to read and write, modify, the software uses the Bezier curves, a convenient pulled out the curve you want, and then Online Upgrade)
    2010-01-11 17:13:42下载
    积分:1
  • ParseS57
    电子海图程序源代码,可以对S57格式文件进行解析,希望高手能将显示做出来(Electronic Chart source code, you can format documents on S57 resolve, I hope you can show up to do)
    2021-01-31 10:48:37下载
    积分:1
  • delauncy
    说明:  生成tin,三角网格的显示,delauncy三角形的显示(generation tin, the triangular mesh, the triangular show delauncy)
    2006-01-15 16:10:37下载
    积分:1
  • MutilReDraw
    说明:  访问最底层LOD模型路径,打开后获取顶点数据和PirmitiveSet,重绘模型的三角面片(Visit the bottom LOD model path, open it, get vertex Array and PirmitiveSet, and redraw the triangle of the model.)
    2019-01-10 14:46:42下载
    积分:1
  • DynamicFusion-master
    本程序基于dynamicfusion的方法,对动态场景实时三维重建。(This procedure is based on dynamicfusion method, real-time three-dimensional reconstruction of dynamic scene.)
    2017-08-17 14:29:23下载
    积分:1
  • 基于VTK的三维重建提取骨骼和皮肤
    利用VTK三维重建软件与VS2010结合,读取系列图像,并能显示三维重建结果,并且可以分别提取皮肤和骨骼,里面包含相应图片,语言为C++语言(Using VTK 3D reconstruction software and VS2010 combination, read a series of images, and can display three-dimensional reconstruction results, and can extract skin and bones, which contains the corresponding picture, the language is C++ language)
    2021-05-08 14:58:35下载
    积分:1
  • Ilib-1.1.8-min
    说明:  IPL库是Intel为了配合其MMX,SSE,SSE2以及将来的VLSW等技术发布的图像处理库 支持1,8,16,位有/无符号,32位有符号,32位浮点类型数据类型。 支持RGB,CMYK,YCACB,YUV,XYZ,色彩空间,支持alpha通道 支持矩形ROI,通道ROI,遮罩 支持分块图像,错误处理,用户定义函数 支持图像数学,几何,滤波,图象统计,色彩空间变换操作。(IPL is the database to accommodate its Intel MMX, SSE, SSE2 and future technologies such as VLSW issued by the image processing support for 1, 8, 16, spaces with/without symbols, and symbols are 32, 32-bit floating-point type data types. Support for RGB, CMYK, YCACB, YUV, XYZ color space, support alpha channel support rectangular ROI, ROI access, support shielding block images, error handling, user-defined functions to support image mathematics, geometry, filtering, image statistics, color space conversion operations .)
    2006-03-09 10:18:14下载
    积分:1
  • 3333
    基于2D轮廓的三维模型相似性比较研究 在游戏开发和机械建模 常用的方法
    2009-04-11 00:21:12下载
    积分:1
  • caiseyu
    设计一个程序,演示美丽的“池塘夜雨”景色:色彩缤纷的雨点飘飘洒洒地从天而降,滴滴入水有声,溅起圈圈微澜(Design a program that demonstrates the beautiful " pond night rain" scene: Durian colorful rain to fall from the sky, drops into the water with sound, the splashes circle Ripples)
    2011-06-16 00:19:53下载
    积分:1
  • multi-csrbf-gui
    这是一个博士编写的关于RBF插值的三维重建的源程序,有需求的人赶紧下!(This is a prepared by Dr. RBF interpolation on the three-dimensional reconstruction of the source, there is a demand for people who hastened to the next!)
    2007-10-31 22:48:39下载
    积分:1
  • 696524资源总数
  • 103827会员总数
  • 23今日下载