登录
首页 » Visual C++ » Flight3d

Flight3d

于 2013-03-19 发布 文件大小:5991KB
0 339
下载积分: 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 个回复

  • 3D
    说明:  三维均匀介质的高阶交错网格弹性波方程数值模拟(未加PML吸收边界条件),模拟结果以切边形式显示(Numerical simulation of three-dimensional homogeneous medium of high-order staggered elastic wave equation (not PML absorbing boundary conditions), the simulation results are displayed in the form of trimming)
    2013-11-25 18:17:06下载
    积分:1
  • 3333
    基于2D轮廓的三维模型相似性比较研究 在游戏开发和机械建模 常用的方法
    2009-04-11 00:21:12下载
    积分:1
  • Beziar
    说明:  基于函数的曲线曲面绘制,以及beziar曲线曲面的绘制(Drawing curves and surfaces based on function, and the drawing of curves and surfaces beziar)
    2011-03-01 19:15:44下载
    积分:1
  • OgreSkeletalanimtion
    有关Ogre中骨骼动画这方面的几份资料的汇总包括源码(For Ogre in skeletal animation in this regard, including a summary of several data source)
    2013-07-30 11:11:07下载
    积分:1
  • voronoi3
    voronoi图的Fortune算法源码,visual c++(Fortune s algorithm source code of voronoi diagram with visual c++)
    2021-01-29 17:48:39下载
    积分:1
  • polytransform
    实现一个心行图案的各种二维几何变换(包括同比变换,错切变换,平移变换、旋转变换等)(achieve a mind trip of two-dimensional pictorial geometry transformation (including an transform, shear transformation, translation transform, ROTATION))
    2006-11-16 11:33:47下载
    积分:1
  • qt-3dconstruct
    qt vtk医学图像二维显示,医学图像三维重建,可滚动条设置切片索引(qt vtk-dimensional medical image display, 3D medical image reconstruction, scroll bar to set slice indices)
    2013-07-17 20:17:48下载
    积分:1
  • Flight3d
    一个用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)
    2013-03-19 14:34:59下载
    积分:1
  • drawlinewithc
    在屏幕上运用鼠标划线,并且随时可以获取鼠标在屏幕上的坐标。(You can draw a line with this code,also ,you can get the mouse s location with it at anytime.)
    2009-06-12 11:11:04下载
    积分:1
  • point
    用于点云切片功能的实现,非常好用,可以计算密度、厚度、等内容(For point cloud slicing feature to achieve very easy to use, you can calculate the density, thickness, etc.)
    2020-06-29 01:40:02下载
    积分:1
  • 696516资源总数
  • 106913会员总数
  • 8今日下载