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 ...
随机推荐
- 转:浅谈SimpleDateFormat的线程安全问题
转自:https://blog.csdn.net/weixin_38810239/article/details/79941964 在实际项目中,我们经常需要将日期在String和Date之间做转化, ...
- day25:接口类和抽象类
1,接口类和抽象类知识背景:一开始在程序界是没有这些概念的,后来就流行了一种语言叫做JAVA,JAVA是一种典型的纯面向对象的语言,JAVA写的程序都是非常适用于更庞大的项目,很多程序员就总结出了一些 ...
- js canvas获取图片base64 dataUrl
function getImgBase64(path, callback) { var img = new Image(); img.src = path; //图片加载完成后触发 img.onloa ...
- NI Vision ClampRake修改
也可以直接在C盘模板中直接修改,模板路径: C:\Program Files (x86)\National Instruments\Vision Assistant\CG\Visual ...
- AD、PADS、Cadence对比
本人平时主要接触的是FPGA设计,最近找工作发现有些企业要求会画PCB电路,所以开始学习相关工具软件.主流软件是Altium Designer,PADS和Cadence这三个. 三大工具的用途: AD ...
- Linux系统(四)LVS集群负载均衡NAT模式
序言 提到LVS,就从章文嵩博士开始吧,反正也不知道如何下笔来写这一篇.章大博士,读博时候创建这个lvs软件项目,但是他提倡开源精神,在用户的建议和反馈中,这个花了他两周时间开发的开源软件不断得到改建 ...
- xtrabackup工具备份与恢复
1.xtrabackup简介 Xtrabackup是一个对InnoDB做数据备份的工具,支持在线热备份(备份时不影响数据读写),是商业备份工具InnoDB Hotbackup的一个很好的替代品.它能对 ...
- DAX/PowerBI系列 - 关于时间系列 - 时间相关数值比较 - 用非自带函数
DAX/PowerBI系列 - 关于时间系列 - 时间相关数值比较 - 用非自带函数 文末有彩蛋,解决蛋疼问题 难度: ★★☆☆☆(2星) 适用范围: ★★★☆☆(3星) 概况: 基于时间的汇总可能是 ...
- MQTT----物联网常用的消息队列协议
MQTT(Message Queuing Telemetry Transport,消息队列遥测传输协议),是一种基于发布/订阅(publish/subscribe)模式的“轻量级”通讯协议,该协议构建 ...
- keycode简记表
keycode值 实际含义 48到57 0到9 65到90 a到z(A到Z) 112到135 F1到F24 8 BackSpace(退格) 9 Tab 13 Enter(回车) 20 Caps_Loc ...