登录
首页 » C++ Builder » Irrlicht_bc

Irrlicht_bc

于 2008-03-10 发布 文件大小:3313KB
0 196
下载积分: 1 下载次数: 22

代码说明:

  irrlicht BorlandC++重制版本 irrlicht是一个轻量级3D游戏引擎,原本不支持Borland C++,本人重新修改,让其支持。并可以在C++ Builder中使用(irrlicht BorlandC++ reproduce irrlicht is a lightweight version of 3D game engine, the original did not support the Borland C++, I re-modified to support. And can be completed in C++ Builder use)

文件列表:

include_bc
..........\aabbox3d.h
..........\coreutil.h
..........\dimension2d.h
..........\EDriverTypes.h
..........\EGUIElementTypes.h
..........\ESceneNodeAnimatorTypes.h
..........\ESceneNodeTypes.h
..........\ETerrainElements.h
..........\fast_atof.h
..........\heapsort.h
..........\IAnimatedMesh.h
..........\IAnimatedMeshB3d.h
..........\IAnimatedMeshMD2.h
..........\IAnimatedMeshMD3.h
..........\IAnimatedMeshMS3D.h
..........\IAnimatedMeshSceneNode.h
..........\IAnimatedMeshX.h
..........\IAttributeExchangingObject.h
..........\IAttributes.h
..........\IBillboardSceneNode.h
..........\ICameraSceneNode.h
..........\ICursorControl.h
..........\IDummyTransformationSceneNode.h
..........\IEventReceiver.h
..........\IFileList.h
..........\IFileSystem.h
..........\IGPUProgrammingServices.h
..........\IGUIButton.h
..........\IGUICheckBox.h
..........\IGUIColorSelectDialog.h
..........\IGUIComboBox.h
..........\IGUIContextMenu.h
..........\IGUIEditBox.h
..........\IGUIElement.h
..........\IGUIElementFactory.h
..........\IGUIEnvironment.h
..........\IGUIFileOpenDialog.h
..........\IGUIFont.h
..........\IGUIFontBitmap.h
..........\IGUIImage.h
..........\IGUIInOutFader.h
..........\IGUIListBox.h
..........\IGUIMeshViewer.h
..........\IGUIScrollBar.h
..........\IGUISkin.h
..........\IGUISpriteBank.h
..........\IGUIStaticText.h
..........\IGUITabControl.h
..........\IGUIToolbar.h
..........\IGUIWindow.h
..........\IImage.h
..........\IImageLoader.h
..........\IImageWriter.h
..........\ILightSceneNode.h
..........\ILogger.h
..........\IMaterialRenderer.h
..........\IMaterialRendererServices.h
..........\IMesh.h
..........\IMeshBuffer.h
..........\IMeshCache.h
..........\IMeshLoader.h
..........\IMeshManipulator.h
..........\IMeshSceneNode.h
..........\IMetaTriangleSelector.h
..........\IOSOperator.h
..........\IParticleAffector.h
..........\IParticleEmitter.h
..........\IParticleSystemSceneNode.h
..........\IQ3LevelMesh.h
..........\IQ3Shader.h
..........\IReadFile.h
..........\irrAllocator.h
..........\irrArray.h
..........\IrrCompileConfig.h
..........\irrlicht.h
..........\IrrlichtDevice.h
..........\Irrlicht_supp.h
..........\irrList.h
..........\irrMap.h
..........\irrMath.h
..........\irrString.h
..........\irrTypes.h
..........\irrXML.h
..........\ISceneCollisionManager.h
..........\ISceneManager.h
..........\ISceneNode.h
..........\ISceneNodeAnimator.h
..........\ISceneNodeAnimatorCollisionResponse.h
..........\ISceneNodeAnimatorFactory.h
..........\ISceneNodeFactory.h
..........\ISceneUserDataSerializer.h
..........\IShaderConstantSetCallBack.h
..........\IShadowVolumeSceneNode.h
..........\ITerrainSceneNode.h
..........\ITextSceneNode.h
..........\ITexture.h
..........\ITimer.h
..........\ITriangleSelector.h
..........\IUnknown.h

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

发表评论


0 个回复

  • Game_Engine_Architecture-cn-sample
    介绍如何构造一个游戏引擎的书,学习游戏底层渲染必备(A book on how to build a game engine)
    2019-04-26 05:39:01下载
    积分:1
  • BLUE
    BLUE源码全都是传奇私服的开源源码 都在开服或者还在卖钱的登录器之类的物品(BLUE source all the legendary Sifu open source source code in open service or still make money registrar like items)
    2020-08-09 11:48:29下载
    积分:1
  • 图形图像编程精粹 1 (英文版)
    这是一本讲解计算机图形学的经典书籍,虽然成书已久,但仍然有启迪意义(This is a classic book that introduce computer graphics.Although be written long years ago,it can also bring you an enlightenment.)
    2020-06-18 14:40:02下载
    积分:1
  • AngryBirds-final
    cocoa2D做的愤怒的小鸟,包括数据的存储和处理(Cocoa2D to do the angry birds, including data storage and processing.)
    2014-10-15 13:41:19下载
    积分:1
  • TTimo-doom3.gpl-1559777
    doom3全套源代码,基于id tech 4引擎,绝对经典,值得学习和研究。(the souce code of doom3. Based upon id tech 4 engine.Good code to study. )
    2011-11-24 14:04:58下载
    积分:1
  • virtualbutton
    基于vuforia的增强现实虚拟按钮功能及unity案例(Virtual button function of augmented reality based on vuforia)
    2017-11-20 14:08:59下载
    积分:1
  • bitstronger
    1 Introduction "BitStronger" is a Chinese chess computer game engine based on the Chinese Chess General Engine Protocol (UCCI). The project is developed in C++ and is licensed under the GPL. The current version runs on 32-bit Windows platforms. The engine communicates with the Chinese chess interface software supporting UCCI through standard input and standard output, enabling cross-platform and networked man-machine and machine-to-machine battles. For detailed instructions and program development documents, see the files in the docs directory that are distributed with the program.
    2018-09-25 22:23:38下载
    积分:1
  • LODManager
    用四叉树实现了LOD地形的绘制,当然,是四叉树,如果有需要了解的话,或者是想要做场景管理开发的话,建议必备,呵呵!其他的就不多说啦!代码才是真功夫!祝下载者体验愉快吧!(Use quadtree realized LOD terrain rendering, of course, is quad-tree, and if there is a need to know about it, or want to make scene, necessary management development, hehe! Other did not say! Code is true effort! Wish downloaders experience enjoyable!)
    2010-08-23 22:26:33下载
    积分:1
  • TC-Game
    TC编的小游戏,当年初学C时的满绩作品,不算很有意思(simple game built with TC)
    2012-08-01 12:21:09下载
    积分:1
  • Dict
    中文词库 可供中文搜索引擎开发使用 可供中文分词使用(Chinese dictionary for Chinese language search engine, developed using the Chinese word used for)
    2010-06-18 03:14:42下载
    积分:1
  • 696518资源总数
  • 104600会员总数
  • 46今日下载