- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
3D游戏设计
摘要 游戏事业蓬勃发展,越来越多的人参与其中。而越来越多的大学提供了游戏开发程序,也出现了很多介绍开发游戏的书籍。但我们缺少的是一个设计完全的特色游戏所需要的所有步骤的工具。本文就是这样的一种资源。
对一个游戏开发者来说,游戏引擎无疑是重中之重。本文介绍了游戏引擎-torque将很好的帮我们学习开发3D游戏。我们用UltraEdit来编辑代码,编辑GUI来设计游戏画面,用3Dmax来建立游戏模型,用SoundEdit来编辑音效。游戏环境用的是纹理,然后游戏身临其境的是音效,而脚本则把这些串成了一个整体。
本文主要介绍torque等软件的使用,并使之整合成一个游戏。
关键词 torque GUI 纹理 3D模型
3D game design
Abstract The game project is develop so good that more and more people join it.. More and more universities provide the codes of the game, and many books which introduce how to emploder a game appear. But we need a tool which supports a full process to a game designed fully. And the words would be the resource.
To a game developer, a good game engine is very important. The torque engine which is introduced in the words would help us exploder the project greadtly.Torque engine provide the codes which support many functions just like network connections and GUI.We use UltraEdit to compile code; compile GUI to design the game menu; use 3dmax to build the game model; use SoundEdit to compile music.we need texture to prettify game environment, and use music to be personally on the scene, then use script to them.
The words introduce mainly how to use torque and other software,then set up a game.
Keywords torque GUI texture 3d model
目录
第一章 绪论 5
第二章 游戏引擎概论 6
2.1 Torque功能介绍 6
2.2 Torque引擎包配套的软件 11
2.3 Torque引擎使用简介 11
2.4、为什么使用torque引擎及安装过程 17
第三章 用Torque引擎开发我们的3D游戏 19
3.1辅助软件-UltraEdit 19
3.1.1创建项目和文件 20
3.1.2查找替换 23
3.1.3 grep 24
3.1.4书签 25
3.1.5宏 26
3.1.6总结 27
3.2 3D游戏-tank制作 28
3.2.1整个游戏的分析和分工安排 28
游戏分工 28
人员安排 28
3.2.2游戏结构分析(文件夹) 28
3.2.3游戏模块分析 31
根主模块 31
控制模块 33
客户机控制模块 33
服务器控制模块 34
数据资源模块 34
第四章 结论 36
致 谢 37
参考文献 38
Contents
Chapter 1 Introduction ……………….…….6
Chapter 2 Conspectus of the torque engine 7
2.1 the introduction of Torque function 7
2.2 the assistant software of Torque 12
2.3、hao to use torque 12
2.4、why to use torque engine end hao to build 18
Chapter 3 Use torque to empolder our game 20
3.1 the assistant so
文档评论(0)