FIT2096 Assignment 2 2019
FIT2096 Assignment 2 2019_v1.2.docx 9/04/2019 11:34 AM
Page 1 | 4
FIT2096 Assignment 2 2019
Transformations in 3D Space - Simple Agent Navigation (15%)
Due: Mid-semester break, Friday 26th April, 11:55 pm
Learning outcomes:
The learning outcomes covered in this assignment are:
1. create code that demonstrates how vectors and matrices can be applied practically in game
programming for object movement;
2. create game programs that demonstrate an understanding of the programming game loop and
how to set it up;
3. create game programs that demonstrate an understanding of DirectX, including textures, and
displaying sprites;
5. create game programs that demonstrate an understanding of Direct 3D rendering, including
geometry, models, cameras, textures.
FIT2096 Assignment 2 2019_v1.2.docx 9/04/2019 11:34 AM
Page 2 | 4
Task
In this assignment you will use our basic game engine to create some simple Agents that can
navigate across a game level, using waypoint navigation.
Figure 1 Design of your Game Level
Game Level/Map
The game level will be made from a simple plane scaled to the required size with a suitable texture
applied. See Figure 1 Level Layout Design for an example of how your game level should be laid out.
Camera
The level should be appropriately displayed using a simple top-down view.
Simple Agents
You will create two simple Agents that spawn on one side of the level and navigate to the opposite
side. When the Goal Area is reached the Agent should be removed from the level.
Agents model
o Use the 3D Model provided
FIT2096留学生作业代写、Python/Java程序设计作业代做、代写3D rendering作业
Waypoint Navigation
o Your agents must use a set of waypoints to navigate their way across the game level.
Each waypoint contains a location (x,y,z) in the game level. The agent should spawn
at the first waypoint, rotate to face the next waypoint and move to that waypoint.
When the agent reaches the waypoint it should rotate to face the next waypoint and
move to it. This should be repeated until the agent reaches the last waypoint where
it should be removed from the level.
o Waypoints will be hard coded and stored in an array
o You will have at least 2 paths your agents can navigate across the level
Spawn rate
o How often the Agent spawns
Speed, Size
FIT2096 Assignment 2 2019_v1.2.docx 9/04/2019 11:34 AM
Page 3 | 4
o You must have two different types of agents denoted by different colours.
o They should travel at different speeds.
o Each type of agent should have a different scale value with larger Agents moving
slower, while smaller agents moving faster.
Input/Control
Your application must implement the following controls:
‘s’ – Start
o Starts the game
‘p’ – Pause
o Pauses the game
‘r’ – Reset
o Resets the game back to its initial state so it can be run again
FIT2096 Assignment 2 2019_v1.2.docx 9/04/2019 11:34 AM
Page 4 | 4
Marking Rubric
Program Functionality – 15%
N P C D HD
Does the game initialise and use Direct 3D
correctly? (5)
Is input handled correctly? (5)
Are all of the required assets (models and
textures) loaded correctly? (5)
Functionality – 55%
N P C D HD
Level
Is the game level/map loaded, scaled, textured
drawn correctly? (10)
The camera is set up correctly (10)
Agents
Is the agent movement (rotations and
translations) implemented correctly? (10)
Waypoints have been hard coded and stored
using an array (10)
There are at least 2 paths across the map (5)
The agents follow the waypoint paths
successfully (10)
Code Quality – 30%
N P C D HD
Is the code written in an efficient manner?
(including good memory management) (10)
Does the code exhibit good object-oriented
design? (10)
Is the readability and style of the code to a high
standard? Are appropriate comments
included throughout? (10)
因为专业,所以值得信赖。如有需要,请加QQ:99515681 或邮箱:99515681@qq.com
微信:codinghelp
FIT2096 Assignment 2 2019的更多相关文章
- KXO151 Programming & Problem Solving
Page 1 of 9KXO151 Programming & Problem SolvingAIEN-SOU - 2019Assignment 2Deadline for Submissio ...
- 42028: Assignment 1 – Autumn 2019
42028: Assignment 1 – Autumn 2019 Page 1 of 4Faculty of Engineering and Information TechnologySchool ...
- CSc 352 (Spring 2019): Assignment
CSc 352 (Spring 2019): Assignment 11Due Date: 11:59PM Wed, May 1The purpose of this assignment is to ...
- COSC2309/2347 Semester 1, 2019
Mobile Application DevelopmentCOSC2309/2347 Semester 1, 2019Movie Night PlannerAssignment 1 (20 mark ...
- COMP2521: Assignment
COMP2521: Assignment 2Social Network AnalysisA notice on the class web page will be posted after eac ...
- COMP222 - 2019
COMP222 - 2019 - Second CA AssignmentIndividual courseworkTrain Deep Learning AgentsAssessment Infor ...
- Econ 493 A1 - Fall 2019
Econ 493 A1 - Fall 2019Homework 4Assignment InformationThis assignment is due on Monday November 18 ...
- SDX Instance Resource Assignment Guide 1 of 2
SDX Instance Resource Assignment Guide 1 of 2 Memory and vCPU Requirements for NetScaler VPX https:/ ...
- 2019 年 stackoverflow 网站最受欢迎的 20 个 Python 问题
在最新一期的"Python开发者周刊"(Pycoder's weekly)里,我看到一则有意思的分享,故转出来分享给大家. 该分享来自是一份"python weekly ...
随机推荐
- 工厂参观记:.NET Core 中 HttpClientFactory 如何解决 HttpClient 臭名昭著的问题
在 .NET Framework 与 .NET Core 中 HttpClient 有个臭名昭著的问题,HttpClient 实现了 IDispose 接口,但当你 Dispose 它时,它不会立即关 ...
- yield关键字
1.yield语句有两种形式 (1)yield return <expression>;一次返回一个元素 运行yield return 语句时,会返回一个 值,并记录当前位置及保留该值.下 ...
- [No000019A]【波浪理论精典教学课程】
波浪理论的产生和发展 拉尔夫·纳尔逊·艾略特(Ralph Nelson Elliott ),是波浪理论的创始人.1871年7月28日出生在美国密苏里州堪萨斯市的玛丽斯维利镇Marysville ...
- sysbench对MySQL的压测
QPS - query per second TPS - transaction per second 不是特别关注,每个业务场景中事务标准是不一样的 Ⅰ.sysbench测试框架 Ⅱ.常用测试脚本 ...
- 从零开始搭建vue开发环境及构建vue项目
1.安装node.js 安装完成之后,打开dos(windows+R或者直接windows键打开,输入cmd,按回车键)窗口,输入命令node -v可以查看安装的 node.js版本 node.js自 ...
- angular开发手机网页小记
禁用滑动事件,阻止触发浏览器翻页行为 <html lang="en" style="height:100%" ontouchmove="(f ...
- win10家庭版删除文件提示没有权限最简单的方式
1.cmd 2.右键-以管理员身份运行(重要) 3.输入:net user administrator /active:yes,开启超级管理员账号 4.win+r键打开运行对话框,输入 netplwi ...
- Win2008 IIS7.5安装配置PHP7.3.2步骤,及500错误解决
安装Visual C++运行库 根据 PHP 版本选择 VC++ 版本,缺少 VC++ 运行库会报500错误. php-7.1.28-nts-Win32-VC14-x64.zip VC14: Vi ...
- java实验一总结
实验一第一部分 在Linux中运行结果 通过cd和mkdir命令建立tree,带包编译并用 javac -d bin 的命令将编译文件保存在bin目录中 通过 java -cp 的命令运行带包的程序 ...
- mysql导入本地文件(作业)
1.准备本地文件(pet.txt) 2.在CMD中启动mysql服务,然后输入以下命令导入(pet.txt) load data local infile '路劲' into table pet; 3 ...