登录
首页 » Visual C++ » nGenezip

nGenezip

于 2020-09-13 发布 文件大小:3072KB
0 170
下载积分: 1 下载次数: 243

代码说明:

  OpenGL写的一个3D游戏引擎(OpenGL to write a 3D game engine)

文件列表:

nGene
.....\acconfig.h
.....\acinclude.m4
.....\acinclude.m4.in
.....\aclocal.m4
.....\AUTHORS
.....\ChangeLog
.....\config.cache
.....\config.guess
.....\config.h
.....\config.h.in
.....\config.log
.....\config.status
.....\config.sub
.....\configure
.....\configure.in
.....\configure.in.no_shlib
.....\htm" target=_blank>COPYING
.....\data
.....\....\6sides.lwo
.....\....\Aaron.lwo
.....\....\alpha_flyer.lwo
.....\....\ArmedCruiser.lwo

.....\....\cosmopinball.tga
.....\....\Dread1Detail.tga
.....\....\DreadHull.tga
.....\....\enterprise.lwo
.....\....\flipper.lwo
.....\....\glut32.dll
.....\....\HyperLogo.tga
.....\....\Insignia.tga
.....\....\littlespaceship.lwo
.....\....\multitextured_dingus.lwo
.....\....\htm" target=_blank>ngene
.....\....\nGene.exe
.....\....\pentathing.lwo
.....\....\plunger.lwo
.....\....\prism.lwo
.....\....\runme.bat
.....\....\starship_interior.lwo
.....\....\suckerbeast.lwo
.....\....\table.lwo
.....\....\TaronHead.lwo
.....\....\T_Rex_atlas_UV.lwo
.....\....\whackarat.txt
.....\....\Whitestar.lwo
.....\....\WindowMap.tga
.....\....\zen_pinball.lws
.....\Debug
.....\.....\nGene.exe
.....\glut32.lib
.....\htm" target=_blank>INSTALL
.....\htm" target=_blank>install-sh
.....\libpng.lib
.....\libtool
.....\libtool.m4.in
.....\htm" target=_blank>ltconfig
.....\ltmain.sh
.....\Makefile
.....\Makefile.am
.....\Makefile.dist
.....\Makefile.in
.....\htm" target=_blank>missing
.....\htm" target=_blank>mkinstalldirs
.....\ngene
.....\.....\Camera.cpp
.....\.....\camera.h
.....\.....\docs
.....\.....\....\en
.....\.....\....\..\index-1.html
.....\.....\....\..\index-2.html
.....\.....\....\..\index-3.html
.....\.....\....\..\index-4.html
.....\.....\....\..\index-5.html
.....\.....\....\..\index-6.html
.....\.....\....\..\index.html
.....\.....\....\..\index.sgml
.....\.....\....\..\Makefile
.....\.....\....\..\Makefile.am
.....\.....\....\..\Makefile.in
.....\.....\....\Makefile
.....\.....\....\Makefile.am
.....\.....\....\Makefile.in
.....\.....\light.cpp
.....\.....\light.h
.....\.....\lwo2.cpp
.....\.....\lwo2.h
.....\.....\main.cpp
.....\.....\Makefile
.....\.....\Makefile.am
.....\.....\Makefile.in
.....\.....\mesh.cpp
.....\.....\mesh.h
.....\.....\model.cpp
.....\.....\model.h
.....\.....\node.cpp
.....\.....\node.h
.....\.....\png.h
.....\.....\pngconf.h

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

发表评论

0 个回复

  • TALKC
    socket 实现点对点聊天,采用C/S模式(socket peer-to-peer chat using C/S mode)
    2020-07-04 14:00:02下载
    积分:1
  • Expert.C.Programming
    很好的C语言学习原文书籍,对于C的初学者有很好的引导作用(All C programs do the same thing: look at a character and do nothing with it.)
    2018-01-12 14:36:32下载
    积分:1
  • adams
    实现数值分析的阿当姆斯四阶预测校正,用四阶龙格-库塔启动(Achieve numerical analysis ADAMS Fourth- order predictor-corrector with Runge- Kutta start)
    2016-06-24 23:41:57下载
    积分:1
  • MGgame
    迷宫游戏~~~算法!!!!!供新手参考!!参考!!!!!(~ ~ ~ Algorithm for maze game! ! ! ! ! Reference for the novice! ! Reference! ! ! ! !)
    2011-04-19 17:07:09下载
    积分:1
  • C-P-P-100-cases-of-classic-program
    C++经典程序100例,更多的试题,源代码,c++的练习题 (C++ 100 cases of classic program, more questions, source code, c++ exercises)
    2013-03-29 11:10:28下载
    积分:1
  • matlab_VC
    matlab与vc的混合编程说明,主要是如何配置环境,有详细的截图说明(the help for together using of matlab and VC6.0,including collocate environment and giving detailed illustrate )
    2012-01-03 21:48:36下载
    积分:1
  • tuxingxuedazouye
    说明:  1. 做一个集成的图形界面的程序,可调用每一次作业子程序。 2. 调用画点的函数,用DDA、中点算法画直线和中点算法及正负法画圆和抛物线。 3. 交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。 4. 用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括自行车行走和绕固定点旋转的自旋转物体动画。) 5. 线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 6. 两种扫描多边形扫描转换算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法任选一种); 7. 4连通区域的递归种子填充算法,和扫描线种子填充算法,要求种子点(x,y)可交互输入)。 8. 简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 9. 交互式Bezier曲线的输入绘制程序实现 (1. So an integrated graphical interface procedures, which call for each operation subroutine. 2. Calling the painting point function, with DDA, the midpoint algorithm painting line and the midpoint algorithm and France Circle and the positive and negative parabola. 3. Interactive 2D linear intersection : If there intersection with a solid circle indicates Nodal and writing to demonstrate its coordinates. 4. Using 2D animation graphics transform algorithms to achieve the specified physical translation, rotation and scaling. (Including walking and cycling around the fixed point of rotating objects from the rotating animation.) 5. Line cutting and polygon clipping algorithm to achieve the animation demo. (Two segments cutting algorithm and H-S-by-side polygon clipping algorithm) polygon clipp)
    2020-11-09 20:49:46下载
    积分:1
  • 6-1
    Visual C++ 6.0 程序设计从入门到精通 实例6-1(The Visual C++ 6.0 programming from entry to the master instance 6-1)
    2012-11-03 11:35:36下载
    积分:1
  • 2
    说明:  惯性导航四位置寻北算法程序,惯性技术应用(Inertial navigation algorithm four locations north-seeking process, inertial technology applications)
    2008-08-04 17:33:24下载
    积分:1
  • LanChat
    局域网聊天工具,网络编程课程作业,需要的下载(LAN chat tools, web programming course work, you need to download)
    2010-12-10 03:26:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载