Gamebryo LightSpeed 3D Engine

 

图形接口

【来源: Emergent 官方网站】

DirectX

支持 2.6 版本后支持 DirectX 10

OpenGL

支持

其他

未知

版本信息

最新版本 Gamebryo LightSpeed 3.1   April 2009

支持平台

【来源: Emergent 官方网站】

Windows

支持

Linux

不支持

MacOS

支持

Xbox 360

支持

PS3

支持,且支持 PS2

浏览器

不支持

其他

Nintendo GameCube Wii/WiiWare

脚本

支持利用 Lua Gamebryo 的默认脚本语言) 或者 C++ 来控制实体行为 , 也包含一个简单的 Python 语言的整合。此外,通过使用 SWIG 工具( SWIG 是个帮助使用 C 或者 C++ 编写的软件能与其它各种高级编程语言进行嵌入联接的开发工具),几乎任何语言被用作实体行为脚本语言。

【来源: Emergent 官方网站】

编辑器

Toolbench

Entity Modeling  Tool

实体建模工具,让你设计和完善实体模型,许多不同的属性和行为都可以应用到这些实体上。该系统是对最先在场景设计工具中实体概念的扩充。

World builder

一旦在 DCC 工具中创建了游戏素材,以及在实体建模工具中定义了一个合适的模型层次结构关系,就用该工具将这些组件组装成场景。

Script Debugger

脚本调试器是一个集成的开发环境,你可以在上面编写和调试脚本代码。它旨在为 Emergent 游戏框架开发实体行为脚本

查看:

Scene Designer

该工具用在早期的 gamebryo 引擎中, Lightspeed 版本用其来创建和编辑地形素材。

Asset Viewer

该工具用来查看和分析游戏引擎中 NIF 文件的性能  

Animation Tool

该工具帮助开发者预览、编辑、组织游戏角色的动画。

Asset Controller

一个应用程序可以监视游戏 assets 和支持快速迭代开发

游戏资源导出插件

Gamebryo 为当今主要的 DCC 工具( MAX Maya XSI ),它都提供了游戏所需资源的导出插件。这些导出插件的用户界面简单、方便且易使用。美术人员可轻而易举地设置导出环境。从而导出游戏所需的数据:

NIF 文件包含与几何模型有关的数据;

KF 文件包含动画数据;

KFM 文件 包含定义一个角色所需的 NIF KF 以及动画序列间的默认转换方式。

物理引擎

碰撞检测

支持

其他

Gamebryo 利用 NVIDIA PhysX 物理中间件来实现动态的物理效果:如强烈的燃烧爆炸、碎片、逼真的水、栩栩如生的人物角色。

 

渲染

Render Frame NiRenderFrame

这是 Gamebryo 渲染系统中的最上层界面。它代表一个完整的渲染过程。从图中可知,这一过程是由一系列的 Render Step 来完成的。

Render Step NiRenderStep

Render Step 是一个独立的渲染过程。它既可完成主场景的渲染,又可完成一个特效的渲染过程(比如 HDR DOF 等)。一个独立的渲染操作过程可能由一个或几个 Render Click 来完成。

Render Click NiRenderClick

Render Click 是一个针对单一渲染目标( Render Target Group )的独立的渲染操作。

Render View NiRenderView

Render View 直接对参与渲染的物体进行处理(如剪切、 Alpha 排序等)。一个 Render View 可以参与不同 Render Click 的渲染操作。

特效

【来源: Emergent 官方网站】

支持

支持

支持

Billboarding ,天空,火,爆炸, decals ,雾

Environment maps (球形环境贴图在所有的平台上被支持,立方体环境贴图在 DX8 Xbox 上被支持)

雾有三种模式: Range-based Z-based 、( Texture-based Volumetric

网络系统

【来源: Emergent 官方网站】

支持

不支持

1.        模块化和可扩展的网络库( NetLibs )为 Lisghtspeed 的信息系统与底层的网络传输提供了通用的接口。

2.        复制系统提个一个简单强大的机制,实现从一个客户端到另外一个客户端通信属性的修改,而不用动手编写复杂的信息协议。

3.        提供 Xbox live Playstation Netwok ,和 WiiWare 上关于基本的登录, session hosting 功能的样例。

声音和视频

【来源: Emergent 官方网站】

支持

支持, 3D positional sound

未知

Gamebryo 使用 Audiokinetic 开发的 Wwise 音频中间件

人工智能

【来源: Emergent 官方网站】

支持

支持

支持

暂无法获知

Gamebryo lightspeed 引擎利用 xaitment AI 中间件提供人工智能技术。

Xaitment 提供 advanced AI decision-making behaviors

 

 

性能

【来源: Emergent 官方网站】

Floodgate 系统是一个跨平台的多线程管理系统(也可说是一个数据流处理器管理系统)。在 Gamebryo 中,几何模型的变形、粒子系统的模拟计算、人物模型的蒙皮计算等都由 Floodgate 系统来完成。

Gamebryo 提供强壮的、经过验证的类( classes )来包装低级别多线程概念,例如原子操作、同步源于、线程。

Gamebryo 通过一个单一配置系统来实现所有内存的分配。客户可以使用优化的分配器,分析和调试系统,或者添加自己的自定义分配器。

Gamebryo 引擎提供一个强大的 Geometry 系统,让游戏完全控制数据类型、交织、对象共享。

Geometry 系统特点:

1.        删除运行时数据转换来加速数据装载

2.        允许灵活的压缩的数据表示方法减少 GPU 总线带宽占用

3.        删除 buffer-to-buffer 复制和任何内存碎片

4.        支持使用多个几何流对数据访问模式进行优化

5.        提个一个通用的使用语义命名区分数据 meaning 的接口,有助于支持 multiple NBT sets fur  length 3D texture coordinates.

6.        单一对象内支持 232 个顶点,有效的消除每个对象的顶点上限

7.        支持大型物体 32-bit indices ,同时支持为了节省空间,支持小物体 16bit indices

8.        启用 GPU 硬件 instancing

9.        支持更加灵活的几何数据共享,例如当使用每个对象的唯一顶点颜色时,共享 index position UV 坐标

10.    应用任何 materials 或者 shader 到任何兼容的 NiMesh 对象。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
附件为链接文件 Gamebryo.3.0 LightSpeed 详情请自行搜索,该资源 来源于互联网。 安装后目录,大小为10G左右 ├─Build │ ├─CoreRuntime │ │ └─Win32 │ │ ├─VC80 │ │ │ └─Property Sheets │ │ └─VC90 │ │ └─Property Sheets │ ├─Foundation │ │ └─Win32 │ │ ├─VC80 │ │ │ ├─efd │ │ │ ├─efdLogService │ │ │ ├─efdNetwork │ │ │ └─efdPhysX │ │ └─VC90 │ │ ├─efd │ │ ├─efdLogService │ │ ├─efdNetwork │ │ └─efdPhysX │ ├─GameFramework │ │ └─Win32 │ │ ├─VC80 │ │ │ ├─ecr │ │ │ ├─ecrInput │ │ │ ├─ecrLua │ │ │ │ ├─Debug │ │ │ │ ├─DebugDLL │ │ │ │ ├─Release │ │ │ │ ├─ReleaseDLL │ │ │ │ ├─Shipping │ │ │ │ └─ShippingDLL │ │ │ ├─ecrPhysX │ │ │ ├─ecrPhysXLua │ │ │ │ ├─Debug │ │ │ │ ├─DebugDLL │ │ │ │ ├─Release │ │ │ │ ├─ReleaseDLL │ │ │ │ ├─Shipping │ │ │ │ └─ShippingDLL │ │ │ ├─egf │ │ │ ├─egfLua │ │ │ │ ├─Debug │ │ │ │ ├─DebugDLL │ │ │ │ ├─Release │ │ │ │ ├─ReleaseDLL │ │ │ │ ├─Shipping │ │ │ │ └─ShippingDLL │ │ │ ├─egfPhysX │ │ │ ├─egfPhysXLua │ │ │ │ ├─Debug │ │ │ │ ├─DebugDLL │ │ │ │ ├─Release │ │ │ │ ├─ReleaseDLL │ │ │ │ ├─Shipping │ │ │ │ └─ShippingDLL │ │ │ ├─egfPython │ │ │ │ ├─Debug │ │ │ │ ├─DebugDLL │ │ │ │ ├─Release │ │ │ │ ├─ReleaseDLL │ │ │ │ ├─Shipping │ │ │ │ └─ShippingDLL │ │ │ ├─egmAnimation │ │ │ ├─egmAnimationLua │ │ │ │ ├─Debug │ │ │ │ ├─DebugDLL │ │ │ │ ├─Release │ │ │ │ ├─ReleaseDLL │ │ │ │ ├─Shipping │ │ │ │ └─ShippingDLL │ │ │ ├─egmPhysXRagdoll │ │ │ ├─egmPhysXTerrain │ │ │ ├─egmTerrain │ │ │ ├─egmTerrainLua │ │ │ │ ├─Debug │ │ │ │ ├─DebugDLL │ │ │ │ ├─Release │ │ │ │ ├─ReleaseDLL │ │ │ │ ├─Shipping │ │ │ │ └─ShippingDLL │ │ │ ├─egmToolServices │ │ │ ├─egmVisualizers │ │ │ └─egmVisualTracker │ │ └─VC90 │ │ ├─ecr │ │ ├─ecrInput │ │ ├─ecrLua │ │ │ ├─Debug │ │ │ ├─DebugDLL │ │ │ ├─Release │ │ │ ├─ReleaseDLL │ │ │ ├─Shipping │ │ │ └─ShippingDLL │ │ ├─ecrPhysX │ │ ├─ecrPhysXLua │ │ │ ├─Debug │ │ │ ├─DebugDLL │ │ │ ├─Release │ │ │ ├─ReleaseDLL │ │ │ ├─Shipping │ │ │ └─ShippingDLL │ │ ├─egf │ │ ├─egfLua │ │ │ ├─Debug │ │ │ ├─DebugDLL │ │ │ ├─Release │ │ │ ├─ReleaseDLL │ │ │ ├─Shipping │ │ │ └─ShippingDLL │ │ ├─egfPhysX │ │ ├─egfPhysXLua │ │ │ ├─Debug │ │ │ ├─DebugDLL │ │ │ ├─Release │ │ │ ├─ReleaseDLL │ │ │ ├─Shipping │ │ │ └─ShippingDLL │ │ ├─egfPython │ │ │ ├─Debug │ │ │ ├─DebugDLL │ │ │ ├─Release │ │ │ ├─ReleaseDLL │ │ │ ├─Shipping │ │ │ └─ShippingDLL │ │ ├─egmAnimation │ │ ├─egmAnimationLua │ │ │ ├─Debug │ │ │ ├─DebugDLL │ │ │ ├─Release │ │ │ ├─ReleaseDLL │ │ │ ├─Shipping │ │ │ └─ShippingDLL │ │ ├─egmPhysXRagdoll │ │ ├─egmPhysXTerrain │ │ ├─egmTerrain │ │ ├─egmTerrainLua │ │ │ ├─Debug │ │ │ ├─DebugDLL │ │ │ ├─Release │ │ │ ├─ReleaseDLL │ │ │ ├─Shipping │ │ │ └─ShippingDLL │ │ ├─egmToolServices │ │ ├─egmVisualizers │ │ └─egmVisualTracker │ ├─Samples │ │ └─Win32 │ │ ├─VC80 │ │ │ ├─BaseGame │ │ │ │ ├─Debug │ │ │ │ ├─DebugDLL │ │ │ │ ├─Release │ │ │ │ ├─ReleaseDLL │ │ │ │ ├─Scripts │ │ │ │ ├─Shipping │ │ │ │ └─ShippingDLL │ │ │ ├─CustomTypeExample1 │ │ │ │ ├─Debug │ │ │ │ ├─DebugDLL │ │ │ │ ├─Release │ │ │ │ ├─ReleaseDLL │ │ │ │ ├─Shipping │ │ │ │ └─ShippingDLL │ │ │ ├─CustomTypeExample2 │ │ │ │ ├─Debug │ │ │ │ ├─DebugDLL │ │ │ │ ├─Release │ │ │ │ ├─ReleaseDLL │ │ │ │ ├─Shipping │ │ │ │ └─ShippingDLL │ │ │ └─HelloWorld │ │ │ └─Scripts │ │ └─VC90 │ │ ├─BaseGame │ │ │ ├─Debug │ │ │ ├─DebugDLL │ │ │ ├─Release │ │ │ ├─ReleaseDLL │ │ │ ├─Scripts │ │ │ ├─Shipping │ │ │ └─ShippingDLL │ │ ├─CustomTypeExample1 │ │ │ ├─Debug │ │ │ ├─DebugDLL │ │ │ ├─Release │ │ │ ├─ReleaseDLL │ │ │ ├─Shipping │ │ │ └─ShippingDLL │ │ ├─CustomTypeExample2 │ │ │ ├─Debug │ │ │ ├─DebugDLL │ │ │ ├─Release │ │ │ ├─ReleaseDLL │ │ │ ├─Shipping │ │ │ └─ShippingDLL │ │ └─HelloWorld │ │ └─Scripts │ └─Tools │ └─Win32 │ ├─VC80 │ │ ├─AssetController │ │ ├─ChannelServer │ │ └─DDEHeaderGen │ └─VC90 │ ├─AssetController │ ├─ChannelServer │ └─DDEHeaderGen ├─Documentation │ └─HTML │ ├─Art │ │ ├─Max │ │ │ └─images │ │ ├─Maya │ │ │ └─images │ │ ├─Other │ │ │ └─images │ │ └─XSI │ │ └─images │ ├─Convert │ │ ├─Announce │ │ └─Previous │ ├─GetStart │ │ ├─All │ │ ├─Architecture │ │ │ └─images │ │ ├─PC │ │ └─Xbox │ ├─Home │ ├─Learn │ │ ├─Demos │ │ │ └─images │ │ ├─FullDemos │ │ │ └─images │ │ ├─MangledMetal │ │ │ └─images │ │ ├─ProductTour │ │ │ └─images │ │ └─Tutorials │ │ └─images │ ├─Programmer │ │ ├─AssetRuntimeService │ │ │ └─images │ │ ├─Behaviors │ │ ├─Build │ │ ├─Builtins │ │ ├─Categories │ │ ├─CoreRuntimeServices │ │ ├─Entities │ │ ├─Entity_Interaction │ │ ├─Entity_Properties │ │ ├─Foundation │ │ ├─Frame_Rendering_System │ │ ├─Game_Initialization │ │ │ └─images │ │ ├─General_Topics │ │ │ └─images │ │ ├─Logging │ │ ├─Messages │ │ ├─Models │ │ │ └─images │ │ ├─NiFloodgate │ │ │ └─images │ │ ├─NiMaterial │ │ │ └─images │ │ ├─NiMesh │ │ │ └─images │ │ ├─NiMetrics │ │ ├─NiParticle │ │ │ └─images │ │ ├─NiPhysX │ │ ├─NiProgramLauncher │ │ ├─NiSceneGraphUpdateService │ │ ├─NiShader │ │ │ └─images │ │ ├─NiTerrain │ │ │ └─images │ │ ├─Object_Systems │ │ │ └─images │ │ ├─Scheduler │ │ ├─Scripting │ │ ├─Shadowing_System │ │ ├─SystemServices │ │ ├─Texturing │ │ │ └─images │ │ └─Toolbench │ │ └─images │ ├─Reference │ │ ├─ecr │ │ │ └─images │ │ ├─ecrInput │ │ │ └─images │ │ ├─ecrPhysX │ │ │ └─images │ │ ├─efd │ │ │ └─images │ │ ├─efdLogService │ │ │ └─images │ │ ├─efdNetwork │ │ │ └─images │ │ ├─efdPhysX │ │ │ └─images │ │ ├─egf │ │ │ └─images │ │ ├─egfLua │ │ │ └─images │ │ ├─egfPhysX │ │ │ └─images │ │ ├─egfPython │ │ │ └─images │ │ ├─egmAnimation │ │ │ └─images │ │ ├─egmPhysXRagdoll │ │ │ └─images │ │ ├─egmPhysXTerrain │ │ │ └─images │ │ ├─egmTerrain │ │ │ └─images │ │ ├─egmToolServices │ │ │ └─images │ │ ├─egmVisualizers │ │ │ └─images │ │ ├─egmVisualTracker │ │ │ └─images │ │ ├─MangledMetal │ │ │ └─images │ │ ├─Namespaces │ │ ├─NiAnimation │ │ │ └─images │ │ ├─NiAnimationCompression │ │ ├─NiApplication │ │ │ └─images │ │ ├─NiAudio │ │ ├─NiBinaryShaderLib │ │ ├─NiCgShaderLib │ │ ├─NiCollision │ │ │ └─images │ │ ├─NiCommonMaterialLibrary │ │ ├─NiControllerExtractor │ │ ├─NiCursor │ │ │ └─images │ │ ├─NiD3D10BinaryShaderLib │ │ ├─NiD3D10EffectShaderLib │ │ ├─NiD3D10Renderer │ │ │ └─images │ │ ├─NiD3DXEffectShaderLib │ │ ├─NiDevImageQuantizer │ │ ├─NiDX9Renderer │ │ │ └─images │ │ ├─NiEntity │ │ ├─NiFloodgate │ │ │ └─images │ │ ├─NiFont │ │ ├─NiFXLShaderLib │ │ ├─NiHDRReader │ │ ├─NiInput │ │ │ └─images │ │ ├─NiMain │ │ │ └─images │ │ ├─NiMaterialNodeXMLLibraryReader │ │ ├─NiMesh │ │ │ └─images │ │ ├─NiMeshProfileProcessor │ │ │ └─images │ │ ├─NiMeshProfileXMLParser │ │ │ └─images │ │ ├─NiMeshTools │ │ ├─NiMetricsOutput │ │ ├─NiNBTGenerator │ │ ├─NiOpenEXRReader │ │ ├─NiOptimization │ │ ├─NiParticle │ │ │ └─images │ │ ├─NiPhysX │ │ │ └─images │ │ ├─NiPhysXFluid │ │ │ └─Images │ │ ├─NiPhysXParticle │ │ │ └─Images │ │ ├─NiPhysXSharedData │ │ ├─NiPhysXTools │ │ ├─NiPluginToolkit │ │ │ └─images │ │ ├─NiPNGReader │ │ ├─NiPortal │ │ │ └─images │ │ ├─NiProgramLauncher │ │ │ └─images │ │ ├─NiSample │ │ ├─NiSceneGraphUpdateService │ │ │ └─images │ │ ├─NiStandardSharedData │ │ ├─NiStripify │ │ ├─NiSystem │ │ ├─NiTerrain │ │ │ └─images │ │ ├─NiTerrainComponent │ │ │ └─images │ │ ├─NiTerrainPhysX │ │ │ └─images │ │ ├─NiUserInterface │ │ ├─NiViewMath │ │ ├─NiVisualTracker │ │ ├─NSBShaderLib │ │ ├─NSFParserLib │ │ ├─QuickRef_Behaviors │ │ ├─QuickRef_Builtins │ │ ├─QuickRef_Config │ │ ├─QuickRef_Models │ │ ├─QuickRef_Services │ │ └─Tool_Plug_ins │ │ └─images │ ├─RelNotes │ │ ├─All │ │ ├─PC │ │ └─Xbox │ ├─shared │ ├─ThirdPartyCode │ │ └─All │ ├─Tools │ │ ├─Animation_Tool │ │ │ └─images │ │ ├─AssetController │ │ ├─Asset_Viewer │ │ │ └─images │ │ ├─ColladaToNSFConverter │ │ ├─CubeMapMaker │ │ │ └─images │ │ ├─DataDrivenEnum │ │ ├─DynamicCgCompiler │ │ ├─EntityModelingTool │ │ │ └─images │ │ ├─ImageGenerator │ │ ├─MeshProfileCompiler │ │ ├─NiFontCreator │ │ │ └─images │ │ ├─NifViewer │ │ │ └─images │ │ ├─NiMaterialNodeXMLLibraryParser │ │ ├─NiThumbnailExtractor │ │ │ └─images │ │ ├─NSFParserUtility │ │ │ └─images │ │ ├─PhysX_Nif_Viewer │ │ ├─PhysX_Scene_Graph_Printer │ │ ├─Scene_Designer │ │ │ └─images │ │ ├─Scene_Graph_Printer │ │ ├─ScriptDebugger │ │ │ └─images │ │ ├─Toolbench │ │ │ └─images │ │ ├─Tool_Plug_in_Batch_Tool │ │ ├─Tool_Plug_in_Testbed │ │ │ └─images │ │ └─WorldBuilder │ │ ├─icons │ │ └─images │ └─Tutorials │ ├─Base_Game │ │ ├─images │ │ └─templates │ ├─Hello_World │ │ ├─images │ │ └─templates │ └─Rapid_Iteration ├─Media │ ├─asset-web-config │ ├─asset-web-metadata │ ├─Enums │ ├─PhysXModelLibrary │ ├─Samples │ │ ├─GameFramework │ │ │ ├─BaseGame │ │ │ ├─CustomTypeExample1 │ │ │ ├─CustomTypeExample2 │ │ │ ├─HelloWorld │ │ │ └─RapidPrototyping │ │ │ ├─Exported │ │ │ └─RapidPrototypingWorld │ │ ├─Graphics │ │ │ └─Art Files │ │ └─SampleUI │ ├─Shaders │ │ └─Data │ │ ├─D3D10 │ │ ├─DX9 │ │ ├─Generated │ │ │ └─NiStandardMaterial │ │ └─Textures │ ├─StandardModelLibrary │ │ └─Media │ └─ToolPluginsData │ └─MeshProfiles ├─others │ ├─Addons │ │ ├─GamebryoExporter │ │ │ ├─Application │ │ │ │ ├─Plugins │ │ │ │ └─toolbars │ │ │ └─Data │ │ │ └─Scripts │ │ └─GamebryoMaterial │ │ ├─Application │ │ │ ├─bin │ │ │ │ └─nt-x86 │ │ │ ├─spdl │ │ │ └─toolbars │ │ └─Data │ │ ├─DSPresets │ │ │ └─Shaders │ │ │ └─Realtime │ │ └─Scripts │ ├─bin │ │ └─plug-ins │ │ └─Gamebryo Scripts │ ├─Icons │ ├─plugins │ │ └─MaxImmerse │ │ └─Scripts │ ├─scripts │ │ ├─Gamebryo │ │ ├─others │ │ └─startup │ └─ui │ ├─Icons │ └─macroscripts ├─Samples │ ├─GameDemos │ │ ├─DodgeBall │ │ │ ├─Art_Files │ │ │ ├─DATA │ │ │ │ └─WIN32 │ │ │ │ ├─Menu │ │ │ │ ├─MILES │ │ │ │ └─SOUNDS │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─LenguinsOnIce │ │ │ ├─Art Files │ │ │ │ ├─Baby │ │ │ │ ├─Fx │ │ │ │ ├─Level │ │ │ │ └─Moma │ │ │ ├─Data │ │ │ │ └─Win32 │ │ │ │ ├─BABY │ │ │ │ ├─Fx │ │ │ │ ├─LEVELS │ │ │ │ ├─Miles │ │ │ │ ├─MOMMA │ │ │ │ ├─ScreenOverlay │ │ │ │ ├─SHADERS │ │ │ │ │ ├─DX9 │ │ │ │ │ └─Generated │ │ │ │ │ └─NiStandardMaterial │ │ │ │ └─SOUNDS │ │ │ ├─NiMenu │ │ │ ├─Tools │ │ │ │ └─MESHDICER │ │ │ │ └─Win32 │ │ │ │ ├─VC80 │ │ │ │ └─VC90 │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─MangledMetal │ │ │ ├─Art Files │ │ │ │ ├─Export │ │ │ │ │ ├─Characters │ │ │ │ │ │ ├─BloatThrall │ │ │ │ │ │ ├─DeathRipper │ │ │ │ │ │ ├─Pedestrians │ │ │ │ │ │ ├─Reaper │ │ │ │ │ │ └─Vandal │ │ │ │ │ │ └─.mayaSwatches │ │ │ │ │ ├─FX │ │ │ │ │ └─Props │ │ │ │ ├─Export_Manual │ │ │ │ │ ├─Characters │ │ │ │ │ │ └─DeathRipper │ │ │ │ │ ├─Props │ │ │ │ │ └─Proxies │ │ │ │ ├─ToolScripts │ │ │ │ │ ├─Max │ │ │ │ │ │ ├─plugins │ │ │ │ │ │ │ └─MaxImmerse │ │ │ │ │ │ │ └─Scripts │ │ │ │ │ │ └─UI │ │ │ │ │ │ └─MacroScripts │ │ │ │ │ └─Maya │ │ │ │ │ ├─bin │ │ │ │ │ │ └─plug-ins │ │ │ │ │ │ └─Gamebryo Scripts │ │ │ │ │ └─scripts │ │ │ │ │ └─others │ │ │ │ └─TriggersLibrary │ │ │ ├─Data │ │ │ │ ├─asset-web-config │ │ │ │ ├─asset-web-metadata │ │ │ │ ├─Enums │ │ │ │ ├─Exported │ │ │ │ ├─HUD │ │ │ │ ├─MangledMetal │ │ │ │ │ ├─EntityModels │ │ │ │ │ ├─FlatModels │ │ │ │ │ ├─GamebryoData │ │ │ │ │ │ ├─D3D10 │ │ │ │ │ │ │ ├─Characters │ │ │ │ │ │ │ │ ├─BloatThrall │ │ │ │ │ │ │ │ ├─DeathRipper │ │ │ │ │ │ │ │ ├─Reaper │ │ │ │ │ │ │ │ └─Vandal │ │ │ │ │ │ │ ├─FX │ │ │ │ │ │ │ ├─Props │ │ │ │ │ │ │ ├─Proxies │ │ │ │ │ │ │ └─Terrain │ │ │ │ │ │ ├─DX9 │ │ │ │ │ │ │ ├─Characters │ │ │ │ │ │ │ │ ├─BloatThrall │ │ │ │ │ │ │ │ ├─DeathRipper │ │ │ │ │ │ │ │ ├─Reaper │ │ │ │ │ │ │ │ └─Vandal │ │ │ │ │ │ │ ├─FX │ │ │ │ │ │ │ ├─Props │ │ │ │ │ │ │ ├─Proxies │ │ │ │ │ │ │ └─Terrain │ │ │ │ │ │ └─Generic │ │ │ │ │ │ ├─Characters │ │ │ │ │ │ │ ├─BloatThrall │ │ │ │ │ │ │ ├─DeathRipper │ │ │ │ │ │ │ ├─Pedestrians │ │ │ │ │ │ │ ├─Reaper │ │ │ │ │ │ │ └─Vandal │ │ │ │ │ │ ├─FX │ │ │ │ │ │ ├─Props │ │ │ │ │ │ ├─Proxies │ │ │ │ │ │ └─Terrain │ │ │ │ │ │ ├─Level01 │ │ │ │ │ │ │ └─Sector_0_0 │ │ │ │ │ │ └─Level03 │ │ │ │ │ │ └─Sector_0_0 │ │ │ │ │ └─Scripts │ │ │ │ ├─PhysXModelLibrary │ │ │ │ ├─Shaders │ │ │ │ │ ├─DX9 │ │ │ │ │ ├─NiDirShadowWriteMat │ │ │ │ │ ├─NiStandardMaterial │ │ │ │ │ └─NiTerrainMaterial │ │ │ │ ├─StandardModelLibrary │ │ │ │ │ └─Media │ │ │ │ └─TriggersLibrary │ │ │ │ ├─EntityModels │ │ │ │ ├─FlatModels │ │ │ │ ├─GamebryoData │ │ │ │ │ └─Generic │ │ │ │ │ └─Props │ │ │ │ └─Scripts │ │ │ ├─Tools │ │ │ │ └─BlockFilter │ │ │ │ ├─bin │ │ │ │ └─Win32 │ │ │ │ └─VC80 │ │ │ └─Win32 │ │ │ ├─ResourceFiles │ │ │ ├─VC80 │ │ │ │ ├─Release │ │ │ │ └─Shipping │ │ │ └─VC90 │ │ │ ├─Release │ │ │ └─Shipping │ │ ├─MetalWars │ │ │ ├─Art Files │ │ │ │ └─Textures Win32 │ │ │ ├─Data │ │ │ │ └─Win32 │ │ │ │ ├─Killbot │ │ │ │ ├─Miles │ │ │ │ ├─Scene │ │ │ │ ├─Shaders │ │ │ │ │ └─Generated │ │ │ │ │ ├─ColorDepthMaterial │ │ │ │ │ └─NiStandardMaterial │ │ │ │ └─Sound │ │ │ ├─Menu │ │ │ ├─Sound │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─MOUT │ │ │ ├─Art Files │ │ │ │ ├─DesertTown │ │ │ │ │ └─textures │ │ │ │ └─Soldier │ │ │ ├─Data │ │ │ │ ├─DesertTown │ │ │ │ ├─Shaders │ │ │ │ │ ├─Common │ │ │ │ │ └─D3D10 │ │ │ │ └─Soldier │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ └─SceneApp │ │ ├─Data │ │ │ └─Win32 │ │ │ └─Shaders │ │ │ └─Generated │ │ │ ├─NiDirShadowWriteMat │ │ │ ├─NiSpotShadowWriteMat │ │ │ └─NiStandardMaterial │ │ ├─ShadowMaterialNodeLibrary │ │ └─Win32 │ │ ├─VC80 │ │ └─VC90 │ ├─GameFrameworkTechDemos │ │ ├─BaseGame │ │ ├─CustomTypeExample1 │ │ ├─CustomTypeExample2 │ │ ├─Emergent.Toolbench.CustomType │ │ │ ├─bin │ │ │ │ └─Shipping │ │ │ │ └─Emergent.Toolbench.CustomType │ │ │ ├─Editors │ │ │ ├─obj │ │ │ │ └─Shipping │ │ │ │ └─Editors │ │ │ ├─Properties │ │ │ ├─References │ │ │ └─Types │ │ └─HelloWorld │ ├─GraphicsTechDemos │ │ ├─BackgroundLoad │ │ │ ├─Art_Files │ │ │ ├─Data │ │ │ │ └─WIN32 │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─BadSushi │ │ │ ├─Art_Files │ │ │ ├─Data │ │ │ │ └─Win32 │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─CharacterAnimationDemo │ │ │ ├─Art Files │ │ │ ├─Data │ │ │ │ └─Win32 │ │ │ │ └─Shaders │ │ │ │ └─Generated │ │ │ │ └─NiStandardMaterial │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─CharacterPerformanceDemo │ │ │ ├─Art Files │ │ │ ├─Data │ │ │ │ └─Win32 │ │ │ │ ├─D3D10 │ │ │ │ └─DX9 │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─CollisionTestDynamic │ │ │ ├─Art Files │ │ │ ├─Data │ │ │ │ └─Win32 │ │ │ │ └─Shaders │ │ │ │ └─Generated │ │ │ │ └─NiStandardMaterial │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─CollisionTestStatic │ │ │ ├─Art_Files │ │ │ ├─Data │ │ │ │ └─Shaders │ │ │ │ └─Generated │ │ │ │ └─NiStandardMaterial │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─CubeMap │ │ │ ├─ArtFiles │ │ │ │ └─Textures_Win32 │ │ │ ├─Data │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─DX9MSAATextures │ │ │ ├─Art_Files │ │ │ ├─Data │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─DynamicTexture │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─InputDemo │ │ │ ├─Actions │ │ │ ├─DATA │ │ │ │ └─WIN32 │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─LogoApplication │ │ │ ├─Data │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─MeshCreation │ │ │ ├─Art_Files │ │ │ │ └─Water_Height │ │ │ ├─Data │ │ │ ├─Kernels │ │ │ │ └─NiWaterKernel │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─MeshInstancing │ │ │ ├─Art_Files │ │ │ ├─Data │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─PhysXFluids │ │ │ ├─ArtFiles │ │ │ ├─Data │ │ │ │ └─Win32 │ │ │ │ └─Shaders │ │ │ │ └─Generated │ │ │ │ └─NiStandardMaterial │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─PhysXParticles │ │ │ ├─ArtFiles │ │ │ ├─Data │ │ │ │ └─Win32 │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─PhysXParticlesInCode │ │ │ ├─Data │ │ │ │ └─Win32 │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─PhysXTerrainDemo │ │ │ ├─Art_Files │ │ │ ├─Data │ │ │ │ ├─NIFs │ │ │ │ ├─Palettes │ │ │ │ ├─Terrain │ │ │ │ │ └─Sector_0_0 │ │ │ │ └─WaterNormalMaps │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─PhysXTiming │ │ │ ├─ArtFiles │ │ │ ├─Data │ │ │ │ └─Win32 │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─Picking │ │ │ ├─Art_Files │ │ │ ├─Data │ │ │ │ └─Shaders │ │ │ │ ├─D3D10 │ │ │ │ └─DX9 │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─ProfileSample │ │ │ ├─Data │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─ShaderSample │ │ │ ├─Data │ │ │ │ ├─Art Files │ │ │ │ └─Shaders │ │ │ │ ├─D3D10 │ │ │ │ ├─DX9 │ │ │ │ └─Generated │ │ │ │ └─NiStandardMaterial │ │ │ ├─sdk │ │ │ │ └─Win32 │ │ │ │ ├─Include │ │ │ │ └─Lib │ │ │ │ ├─vc80 │ │ │ │ │ ├─debug │ │ │ │ │ ├─debugdll │ │ │ │ │ ├─release │ │ │ │ │ ├─releasedll │ │ │ │ │ ├─shipping │ │ │ │ │ └─shippingdll │ │ │ │ └─VC90 │ │ │ │ ├─Debug │ │ │ │ ├─DebugDLL │ │ │ │ ├─Release │ │ │ │ ├─ReleaseDLL │ │ │ │ ├─Shipping │ │ │ │ └─ShippingDLL │ │ │ ├─ShaderLibrary │ │ │ │ └─Win32 │ │ │ │ ├─VC80 │ │ │ │ └─VC90 │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─ShadowMap │ │ │ ├─Art Files │ │ │ ├─Data │ │ │ │ └─Shaders │ │ │ │ ├─DX9 │ │ │ │ └─Generated │ │ │ │ ├─NiDirShadowWriteMat │ │ │ │ ├─NiSpotShadowWriteMat │ │ │ │ ├─NiStandardMaterial │ │ │ │ └─NiVSMBlurMaterial │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─SimpleApp │ │ │ ├─Art_Files │ │ │ ├─Data │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─SoftParticles │ │ │ ├─Art_Files │ │ │ ├─Data │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─StandardMaterial │ │ │ ├─Art_Files │ │ │ │ └─Textures_Win32 │ │ │ ├─Data │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─StencilShadow │ │ │ ├─Data │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─TerrainDemo │ │ │ ├─Art_Files │ │ │ ├─Data │ │ │ │ ├─NIFs │ │ │ │ ├─Palettes │ │ │ │ ├─terrain │ │ │ │ │ └─Sector_0_0 │ │ │ │ └─WaterNormalMaps │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─UnicodeCharacterSets │ │ │ ├─Data │ │ │ │ └─Font │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─VertexLightingPipeline │ │ │ ├─Art Files │ │ │ ├─Data │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ └─VideoTexture │ │ ├─Data │ │ │ └─Miles │ │ └─Win32 │ │ ├─VC80 │ │ └─VC90 │ ├─Models │ │ ├─AnimationToolExamples │ │ │ ├─BabyLenguin │ │ │ │ └─Max │ │ │ ├─CyberMonkey │ │ │ │ └─Art_Files │ │ │ │ └─.mayaSwatches │ │ │ ├─DestroyerBot │ │ │ │ └─Maya │ │ │ ├─Killbot │ │ │ │ ├─Killbot Default_Pipeline │ │ │ │ │ └─Max │ │ │ │ │ └─maps │ │ │ │ └─Max │ │ │ │ └─maps │ │ │ ├─ROCKY │ │ │ │ └─Max │ │ │ ├─Skeleton │ │ │ ├─Slim │ │ │ ├─Soldier │ │ │ │ └─Max │ │ │ │ └─textures │ │ │ └─Tutorials │ │ │ ├─Blacksmith │ │ │ │ └─Max │ │ │ └─Redcoat │ │ │ └─Max │ │ ├─Collision │ │ │ ├─MAX │ │ │ │ └─1900 MISC Hierarchy (Girl) │ │ │ ├─MAYA │ │ │ │ └─2900 MISC Hierarchy (Robot) │ │ │ └─NIF │ │ ├─Max Artist Examples │ │ │ ├─PhysX │ │ │ │ └─Art Files │ │ │ └─Textures │ │ ├─Maya Artist Examples │ │ │ ├─Animation │ │ │ ├─Geometry │ │ │ ├─Material │ │ │ ├─Misc │ │ │ ├─Particle │ │ │ ├─PhysX │ │ │ └─Shaders │ │ ├─SceneDesignerExamples │ │ │ ├─Holodeck │ │ │ │ ├─Data │ │ │ │ │ └─Max │ │ │ │ └─Palettes │ │ │ ├─MadLab │ │ │ │ ├─Art Files │ │ │ │ │ └─MadLab Materials │ │ │ │ ├─Palettes │ │ │ │ └─Win32 │ │ │ │ └─Shaders │ │ │ │ └─Generated │ │ │ └─Ruins │ │ │ ├─Art_Files │ │ │ ├─Data │ │ │ └─Palettes │ │ └─XSI Artist Examples │ │ ├─Pictures │ │ └─Scenes │ │ └─Exported │ ├─SampleLibs │ │ ├─SamplePluginsDLL │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ └─SceneDesignerPlugins │ │ ├─SamplePluginCpp │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ └─SamplePluginCs │ │ ├─bin │ │ │ └─ShippingDLL │ │ └─obj │ │ └─ShippingDLL │ └─Tutorials │ ├─Graphics │ │ ├─01-Renderers │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─02-NIFFiles │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─03-Shaders │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─04-SceneAttachment │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─05-Transforms │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─06-TimeControllers │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─07-UserInput │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─08-ScreenTexture │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─09-RenderedTexture │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ └─VC90 │ │ ├─ArtFiles │ │ └─Data │ │ └─Shaders │ │ ├─Common │ │ └─D3D10 │ └─PhysX │ ├─01_Initializing │ │ └─Win32 │ │ ├─VC80 │ │ └─VC90 │ ├─02_BallInBox │ │ └─Win32 │ │ ├─VC80 │ │ └─VC90 │ ├─03_Kinematic │ │ └─Win32 │ │ ├─VC80 │ │ └─VC90 │ ├─04_Asynchronous │ │ └─Win32 │ │ ├─VC80 │ │ └─VC90 │ ├─ArtFiles │ │ ├─Models │ │ └─Textures │ └─Data │ └─Win32 ├─sdk │ └─Win32 │ ├─Bin │ │ └─VC90 │ │ └─Shipping │ │ ├─Data │ │ ├─Plugins │ │ │ ├─Emergent.Toolbench.Actions │ │ │ │ └─Schemas │ │ │ ├─Emergent.Toolbench.Assets │ │ │ ├─Emergent.Toolbench.Assets.Framework │ │ │ ├─Emergent.Toolbench.CodeEditor │ │ │ │ ├─Compilers │ │ │ │ ├─Icons │ │ │ │ └─Syntax │ │ │ ├─Emergent.Toolbench.Collections.Test │ │ │ ├─Emergent.Toolbench.Connections │ │ │ │ └─Images │ │ │ ├─Emergent.Toolbench.ConsoleLogger │ │ │ ├─Emergent.Toolbench.ContentExporter │ │ │ ├─Emergent.Toolbench.ContentService │ │ │ │ └─Schemas │ │ │ ├─Emergent.Toolbench.EntityModeling │ │ │ │ ├─Icons │ │ │ │ └─Schemas │ │ │ ├─Emergent.Toolbench.EntityModeling.UI │ │ │ │ ├─Icons │ │ │ │ └─Resources │ │ │ │ └─Images │ │ │ ├─Emergent.Toolbench.EntityModeling.UI.ModelFactory │ │ │ │ └─Icons │ │ │ ├─Emergent.Toolbench.FileAssociator │ │ │ │ └─Icons │ │ │ ├─Emergent.Toolbench.FileAssociator.UI │ │ │ │ └─Icons │ │ │ ├─Emergent.Toolbench.FileSystemMonitor │ │ │ ├─Emergent.Toolbench.Foundation.Interop │ │ │ ├─Emergent.Toolbench.Framework │ │ │ │ └─Schemas │ │ │ ├─Emergent.Toolbench.Gamebryo │ │ │ ├─Emergent.Toolbench.GameSolution │ │ │ │ ├─Icons │ │ │ │ └─Schemas │ │ │ ├─Emergent.Toolbench.GameSolution.UI │ │ │ │ └─Icons │ │ │ ├─Emergent.Toolbench.MigrationService │ │ │ ├─Emergent.Toolbench.OutputView │ │ │ │ ├─Icons │ │ │ │ ├─Resources │ │ │ │ └─Schemas │ │ │ ├─Emergent.Toolbench.PluginBrowser │ │ │ │ └─Icons │ │ │ ├─Emergent.Toolbench.PropertyType │ │ │ │ └─Schemas │ │ │ ├─Emergent.Toolbench.ScriptDebugger │ │ │ ├─Emergent.Toolbench.ScriptDebugger.Messaging │ │ │ ├─Emergent.Toolbench.ScriptDebugger.UI │ │ │ │ └─Images │ │ │ ├─Emergent.Toolbench.Settings │ │ │ │ └─Schemas │ │ │ ├─Emergent.Toolbench.Settings.UI │ │ │ │ └─Icons │ │ │ ├─Emergent.Toolbench.ShortcutEditor │ │ │ │ └─Icons │ │ │ ├─Emergent.Toolbench.TestAutomater │ │ │ ├─Emergent.Toolbench.TestRunner │ │ │ │ └─Schemas │ │ │ ├─Emergent.Toolbench.TextEditor │ │ │ │ └─Icons │ │ │ ├─Emergent.Toolbench.TypeService │ │ │ │ └─Schemas │ │ │ ├─Emergent.Toolbench.UI │ │ │ ├─Emergent.Toolbench.UI.Common │ │ │ ├─Emergent.Toolbench.UI.ContentDialogs │ │ │ │ └─Icons │ │ │ ├─Emergent.Toolbench.UI.EditableService │ │ │ │ ├─Icons │ │ │ │ └─Schemas │ │ │ ├─Emergent.Toolbench.UI.Help │ │ │ ├─Emergent.Toolbench.UI.Menus │ │ │ ├─Emergent.Toolbench.UI.Undo │ │ │ │ └─Icons │ │ │ ├─Emergent.Toolbench.UI.Workbench │ │ │ │ └─Schemas │ │ │ ├─Emergent.Toolbench.WorldBuilder │ │ │ │ └─Icons │ │ │ ├─Emergent.Toolbench.WorldBuilder.Framework │ │ │ ├─Emergent.Toolbench.WorldBuilder.Messaging │ │ │ ├─Emergent.Toolbench.WorldBuilder.Terrain │ │ │ │ └─Icons │ │ │ ├─Emergent.Toolbench.WorldBuilder.UI │ │ │ │ └─Icons │ │ │ ├─Emergent.Toolbench.WorldBuilder.UI.EmbeddedViewer │ │ │ ├─Emergent.Toolbench.WorldBuilder.UI.Gamebryo │ │ │ │ ├─Icons │ │ │ │ └─Schemas │ │ │ └─Emergent.Toolbench.WorldBuilder.UI.RenderModes │ │ └─Schemas │ ├─DLL │ │ ├─ShaderLibs │ │ │ ├─VC80 │ │ │ └─VC90 │ │ └─ToolPlugins │ │ ├─ConsoleViewers │ │ │ └─SceneViewerD3DData │ │ ├─ImageGenerator │ │ │ ├─Debug │ │ │ └─Release │ │ ├─VC80 │ │ └─VC90 │ ├─Include │ │ ├─ecr │ │ ├─ecrInput │ │ ├─ecrPhysX │ │ ├─efd │ │ │ └─Win32 │ │ ├─efdLogService │ │ ├─efdNetwork │ │ │ └─Win32 │ │ ├─efdPhysX │ │ ├─egf │ │ ├─egfLua │ │ ├─egfPhysX │ │ ├─egfPython │ │ ├─egmAnimation │ │ ├─egmPhysXRagdoll │ │ ├─egmPhysXTerrain │ │ ├─egmTerrain │ │ ├─egmToolServices │ │ ├─egmVisualizers │ │ └─egmVisualTracker │ ├─Lib │ │ ├─vc80 │ │ │ ├─debug │ │ │ ├─DebugDLL │ │ │ ├─release │ │ │ ├─ReleaseDLL │ │ │ ├─shipping │ │ │ └─ShippingDLL │ │ └─VC90 │ │ ├─Debug │ │ ├─DebugDLL │ │ ├─Release │ │ ├─ReleaseDLL │ │ ├─Shipping │ │ └─ShippingDLL │ ├─Lua │ ├─Python │ └─Resource └─Source ├─3rdParty │ ├─Bison │ │ └─Bison2.1 │ │ ├─bin │ │ ├─contrib │ │ │ └─bison │ │ │ └─2.1 │ │ │ ├─bison-2.1 │ │ │ └─bison-2.1-src │ │ │ ├─data │ │ │ └─doc │ │ ├─doc │ │ │ ├─bison │ │ │ │ └─2.1 │ │ │ │ └─bison-2.1 │ │ │ ├─Open Group Base Specifications Issue 6 │ │ │ └─UnixV7 │ │ ├─include │ │ ├─info │ │ ├─lib │ │ ├─man │ │ │ ├─cat1 │ │ │ ├─html │ │ │ ├─man1 │ │ │ ├─pdf │ │ │ └─ps │ │ ├─manifest │ │ └─share │ │ ├─aclocal │ │ ├─bison │ │ │ └─m4sugar │ │ └─locale │ │ ├─da │ │ │ └─LC_MESSAGES │ │ ├─de │ │ │ └─LC_MESSAGES │ │ ├─es │ │ │ └─LC_MESSAGES │ │ ├─et │ │ │ └─LC_MESSAGES │ │ ├─fr │ │ │ └─LC_MESSAGES │ │ ├─ga │ │ │ └─LC_MESSAGES │ │ ├─hr │ │ │ └─LC_MESSAGES │ │ ├─id │ │ │ └─LC_MESSAGES │ │ ├─it │ │ │ └─LC_MESSAGES │ │ ├─ja │ │ │ └─LC_MESSAGES │ │ ├─ms │ │ │ └─LC_MESSAGES │ │ ├─nb │ │ │ └─LC_MESSAGES │ │ ├─nl │ │ │ └─LC_MESSAGES │ │ ├─pl │ │ │ └─LC_MESSAGES │ │ ├─pt_BR │ │ │ └─LC_MESSAGES │ │ ├─ro │ │ │ └─LC_MESSAGES │ │ ├─ru │ │ │ └─LC_MESSAGES │ │ ├─rw │ │ │ └─LC_MESSAGES │ │ ├─sv │ │ │ └─LC_MESSAGES │ │ ├─tr │ │ │ └─LC_MESSAGES │ │ └─vi │ │ └─LC_MESSAGES │ ├─DockPanel │ │ └─WinFormsUI │ │ └─VC80 │ ├─enet │ │ ├─docs │ │ └─include │ │ └─enet │ ├─Flex │ │ └─Flex2.5.4a │ │ ├─bin │ │ ├─contrib │ │ │ └─flex │ │ │ └─2.5.4a │ │ │ └─flex-2.5.4a │ │ │ └─MISC │ │ │ ├─Borland │ │ │ ├─fastwc │ │ │ └─MVS │ │ ├─man │ │ │ └─cat1 │ │ └─manifest │ ├─LibPNG │ │ ├─Installer │ │ ├─NiProject │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ │ ├─Debug │ │ │ │ ├─Release │ │ │ │ └─Shipping │ │ │ └─VC90 │ │ │ ├─Debug │ │ │ ├─Release │ │ │ └─Shipping │ │ └─Package │ │ ├─contrib │ │ │ ├─gregbook │ │ │ ├─pngminus │ │ │ ├─pngsuite │ │ │ └─visupng │ │ ├─projects │ │ │ ├─beos │ │ │ ├─cbuilder5 │ │ │ ├─visualc6 │ │ │ └─visualc71 │ │ └─scripts │ ├─Lua │ │ ├─doc │ │ ├─Installer │ │ │ ├─LNUM │ │ │ └─Lua │ │ └─Package │ │ ├─etc │ │ ├─Porting │ │ ├─Profiler │ │ │ └─analyzer │ │ ├─src │ │ └─test │ ├─OpenEXR │ │ ├─Installer │ │ ├─NiProject │ │ │ └─Win32 │ │ │ ├─VC80 │ │ │ │ ├─Debug_Half │ │ │ │ ├─Debug_Iex │ │ │ │ ├─Debug_IlmImf │ │ │ │ ├─Debug_IlmThread │ │ │ │ ├─Debug_Imath │ │ │ │ ├─Release_Half │ │ │ │ ├─Release_Iex │ │ │ │ ├─Release_IlmImf │ │ │ │ ├─Release_IlmThread │ │ │ │ ├─Release_Imath │ │ │ │ ├─Shipping_Half │ │ │ │ ├─Shipping_Iex │ │ │ │ ├─Shipping_IlmImf │ │ │ │ ├─Shipping_IlmThread │ │ │ │ └─Shipping_Imath │ │ │ └─VC90 │ │ │ ├─Debug_Half │ │ │ ├─Debug_Iex │ │ │ ├─Debug_IlmImf │ │ │ ├─Debug_IlmThread │ │ │ ├─Debug_Imath │ │ │ ├─Release_Half │ │ │ ├─Release_Iex │ │ │ ├─Release_IlmImf │ │ │ ├─Release_IlmThread │ │ │ ├─Release_Imath │ │ │ ├─Shipping_Half │ │ │ ├─Shipping_Iex │ │ │ ├─Shipping_IlmImf │ │ │ ├─Shipping_IlmThread │ │ │ └─Shipping_Imath │ │ └─Package │ │ ├─ILMBase │ │ │ ├─config │ │ │ ├─config.windows │ │ │ ├─Half │ │ │ ├─HalfTest │ │ │ ├─Iex │ │ │ ├─IexTest │ │ │ ├─IlmThread │ │ │ ├─Imath │ │ │ ├─ImathTest │ │ │ ├─m4 │ │ │ └─vc │ │ │ ├─createDLL │ │ │ ├─vc7 │ │ │ │ └─IlmBase │ │ │ │ ├─createDLL │ │ │ │ │ ├─Debug │ │ │ │ │ └─Release │ │ │ │ ├─debug │ │ │ │ ├─Half │ │ │ │ │ ├─Debug │ │ │ │ │ └─Release │ │ │ │ ├─HalfTest │ │ │ │ │ ├─Debug │ │ │ │ │ └─Release │ │ │ │ ├─Iex │ │ │ │ │ ├─Debug │ │ │ │ │ └─Release │ │ │ │ ├─IexTest │ │ │ │ │ ├─Debug │ │ │ │ │ └─Release │ │ │ │ ├─IlmThread │ │ │ │ │ ├─Debug │ │ │ │ │ └─Release │ │ │ │ ├─Imath │ │ │ │ │ ├─Debug │ │ │ │ │ └─Release │ │ │ │ ├─ImathTest │ │ │ │ │ ├─Debug │ │ │ │ │ └─Release │ │ │ │ └─release │ │ │ └─vc8 │ │ │ └─IlmBase │ │ │ ├─createDLL │ │ │ │ ├─Debug │ │ │ │ └─Release │ │ │ ├─debug │ │ │ ├─Half │ │ │ │ ├─Debug │ │ │ │ └─Release │ │ │ ├─HalfTest │ │ │ │ ├─Debug │ │ │ │ └─Release │ │ │ ├─Iex │ │ │ │ ├─Debug │ │ │ │ └─Release │ │ │ ├─IexTest │ │ │ │ ├─Debug │ │ │ │ └─Release │ │ │ ├─IlmThread │ │ │ │ ├─Debug │ │ │ │ └─Release │ │ │ ├─Imath │ │ │ │ ├─Debug │ │ │ │ └─Release │ │ │ ├─ImathTest │ │ │ │ ├─Debug │ │ │ │ └─Release │ │ │ └─release │ │ └─OpenEXR │ │ ├─config │ │ ├─config.windows │ │ ├─doc │ │ ├─exrenvmap │ │ ├─exrheader │ │ ├─exrmakepreview │ │ ├─exrmaketiled │ │ ├─exrstdattr │ │ ├─IlmImf │ │ ├─IlmImfExamples │ │ ├─IlmImfFuzzTest │ │ ├─IlmImfTest │ │ ├─m4 │ │ └─vc │ │ ├─vc7 │ │ │ └─OpenEXR │ │ │ ├─debug │ │ │ ├─exrenvmap │ │ │ │ ├─Debug │ │ │ │ └─Release │ │ │ ├─exrheader │ │ │ │ ├─Debug │ │ │ │ └─Release │ │ │ ├─exrmakepreview │ │ │ │ ├─Debug │ │ │ │ └─Release │ │ │ ├─exrmaketiled │ │ │ │ └─Debug │ │ │ ├─exrstdattr │ │ │ │ └─Debug │ │ │ ├─IlmImf │ │ │ │ ├─Debug │ │ │ │ └─Release │ │ │ ├─IlmImfExamples │ │ │ │ ├─CVS │ │ │ │ ├─Debug │ │ │ │ │ └─CVS │ │ │ │ └─Release │ │ │ │ └─CVS │ │ │ ├─IlmImfTest │ │ │ │ ├─Debug │ │ │ │ └─Release │ │ │ └─release │ │ └─vc8 │ │ └─OpenEXR │ │ ├─debug │ │ ├─exrenvmap │ │ │ ├─Debug │ │ │ └─Release │ │ ├─exrheader │ │ │ ├─Debug │ │ │ └─Release │ │ ├─exrmakepreview │ │ │ ├─Debug │ │ │ └─Release │ │ ├─exrmaketiled │ │ │ └─Debug │ │ ├─exrstdattr │ │ │ └─Debug │ │ ├─IlmImf │ │ │ ├─Debug │ │ │ └─Release │ │ ├─IlmImfExamples │ │ │ ├─CVS │ │ │ ├─Debug │ │ │ │ └─CVS │ │ │ └─Release │ │ │ └─CVS │ │ ├─IlmImfTest │ │ │ ├─Debug │ │ │ └─Release │ │ └─release │ ├─Python │ │ ├─Grammar │ │ ├─Include │ │ ├─Lib │ │ │ ├─bsddb │ │ │ │ └─test │ │ │ ├─compiler │ │ │ ├─ctypes │ │ │ │ ├─macholib │ │ │ │ └─test │ │ │ ├─curses │ │ │ ├─distutils │ │ │ │ ├─command │ │ │ │ └─tests │ │ │ ├─email │ │ │ │ ├─mime │ │ │ │ └─test │ │ │ │ └─data │ │ │ ├─encodings │ │ │ ├─hotshot │ │ │ ├─idlelib │ │ │ │ └─Icons │ │ │ ├─lib-tk │ │ │ ├─logging │ │ │ ├─msilib │ │ │ ├─site-packages │ │ │ ├─sqlite3 │ │ │ │ └─test │ │ │ ├─wsgiref │ │ │ └─xml │ │ │ ├─dom │ │ │ ├─etree │ │ │ ├─parsers │ │ │ └─sax │ │ ├─Linux │ │ │ ├─bin │ │ │ ├─include │ │ │ │ └─python2.5 │ │ │ │ ├─core │ │ │ │ ├─module │ │ │ │ ├─pickling │ │ │ │ └─platf │ │ │ ├─lib │ │ │ │ └─python2.5 │ │ │ │ ├─bsddb │ │ │ │ │ └─test │ │ │ │ ├─compiler │ │ │ │ ├─config │ │ │ │ ├─ctypes │ │ │ │ │ ├─macholib │ │ │ │ │ └─test │ │ │ │ ├─curses │ │ │ │ ├─db-packages │ │ │ │ │ ├─twisted │ │ │ │ │ │ ├─application │ │ │ │ │ │ ├─conch │ │ │ │ │ │ │ ├─client │ │ │ │ │ │ │ ├─insults │ │ │ │ │ │ │ ├─openssh_compat │ │ │ │ │ │ │ ├─scripts │ │ │ │ │ │ │ ├─ssh │ │ │ │ │ │ │ ├─test │ │ │ │ │ │ │ └─ui │ │ │ │ │ │ ├─cred │ │ │ │ │ │ ├─enterprise │ │ │ │ │ │ ├─internet │ │ │ │ │ │ │ ├─cfsupport │ │ │ │ │ │ │ └─iocpreactor │ │ │ │ │ │ ├─lore │ │ │ │ │ │ │ ├─scripts │ │ │ │ │ │ │ └─test │ │ │ │ │ │ ├─mail │ │ │ │ │ │ │ ├─scripts │ │ │ │ │ │ │ └─test │ │ │ │ │ │ ├─manhole │ │ │ │ │ │ │ └─ui │ │ │ │ │ │ ├─names │ │ │ │ │ │ │ └─test │ │ │ │ │ │ ├─news │ │ │ │ │ │ │ └─test │ │ │ │ │ │ ├─persisted │ │ │ │ │ │ │ └─journal │ │ │ │ │ │ ├─plugins │ │ │ │ │ │ ├─protocols │ │ │ │ │ │ │ ├─gps │ │ │ │ │ │ │ └─mice │ │ │ │ │ │ ├─python │ │ │ │ │ │ │ └─zsh │ │ │ │ │ │ ├─runner │ │ │ │ │ │ ├─scripts │ │ │ │ │ │ ├─spread │ │ │ │ │ │ │ └─ui │ │ │ │ │ │ ├─tap │ │ │ │ │ │ ├─test │ │ │ │ │ │ ├─trial │ │ │ │ │ │ │ └─test │ │ │ │ │ │ ├─web │ │ │ │ │ │ │ ├─test │ │ │ │ │ │ │ └─woven │ │ │ │ │ │ └─words │ │ │ │ │ │ ├─im │ │ │ │ │ │ ├─protocols │ │ │ │ │ │ │ └─jabber │ │ │ │ │ │ ├─scripts │ │ │ │ │ │ ├─test │ │ │ │ │ │ └─xish │ │ │ │ │ └─zope │ │ │ │ │ └─interface │ │ │ │ │ ├─common │ │ │ │ │ └─tests │ │ │ │ ├─distutils │ │ │ │ │ ├─command │ │ │ │ │ └─tests │ │ │ │ ├─email │ │ │ │ │ ├─mime │ │ │ │ │ └─test │ │ │ │ │ └─data │ │ │ │ ├─encodings │ │ │ │ ├─hotshot │ │ │ │ ├─idlelib │ │ │ │ │ └─Icons │ │ │ │ ├─lib-dynload │ │ │ │ ├─lib-tk │ │ │ │ ├─logging │ │ │ │ ├─msilib │ │ │ │ ├─site-packages │ │ │ │ │ ├─wx-2.8-msw-unicode │ │ │ │ │ │ ├─docs │ │ │ │ │ │ │ └─licence │ │ │ │ │ │ ├─wx │ │ │ │ │ │ │ ├─build │ │ │ │ │ │ │ ├─lib │ │ │ │ │ │ │ │ ├─analogclock │ │ │ │ │ │ │ │ │ └─lib_setup │ │ │ │ │ │ │ │ ├─art │ │ │ │ │ │ │ │ ├─colourchooser │ │ │ │ │ │ │ │ ├─editor │ │ │ │ │ │ │ │ ├─floatcanvas │ │ │ │ │ │ │ │ │ └─Utilities │ │ │ │ │ │ │ │ ├─masked │ │ │ │ │ │ │ │ ├─mixins │ │ │ │ │ │ │ │ └─ogl │ │ │ │ │ │ │ ├─loca

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值