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的更多相关文章

  1. KXO151 Programming & Problem Solving

    Page 1 of 9KXO151 Programming & Problem SolvingAIEN-SOU - 2019Assignment 2Deadline for Submissio ...

  2. 42028: Assignment 1 – Autumn 2019

    42028: Assignment 1 – Autumn 2019 Page 1 of 4Faculty of Engineering and Information TechnologySchool ...

  3. CSc 352 (Spring 2019): Assignment

    CSc 352 (Spring 2019): Assignment 11Due Date: 11:59PM Wed, May 1The purpose of this assignment is to ...

  4. COSC2309/2347 Semester 1, 2019

    Mobile Application DevelopmentCOSC2309/2347 Semester 1, 2019Movie Night PlannerAssignment 1 (20 mark ...

  5. COMP2521: Assignment

    COMP2521: Assignment 2Social Network AnalysisA notice on the class web page will be posted after eac ...

  6. COMP222 - 2019

    COMP222 - 2019 - Second CA AssignmentIndividual courseworkTrain Deep Learning AgentsAssessment Infor ...

  7. Econ 493 A1 - Fall 2019

    Econ 493 A1 - Fall 2019Homework 4Assignment InformationThis assignment is due on Monday November 18 ...

  8. SDX Instance Resource Assignment Guide 1 of 2

    SDX Instance Resource Assignment Guide 1 of 2 Memory and vCPU Requirements for NetScaler VPX https:/ ...

  9. 2019 年 stackoverflow 网站最受欢迎的 20 个 Python 问题

    在最新一期的"Python开发者周刊"(Pycoder's weekly)里,我看到一则有意思的分享,故转出来分享给大家. 该分享来自是一份"python weekly ...

随机推荐

  1. JAVA的第一次作业

    读后感:这个学期开始接触一门新的学科就是JAVA,老师对这么学科介绍了很多,我也从中了解到了许多,它可能是相对于C语言而已可能要更加方便一些,也是现在世界上所用最多的语音(软件方面),C语言都是排在它 ...

  2. 快速搭建一个直播Demo

    缘由 最近帮朋友看一个直播网站的源码,发现这份直播源码借助 阿里云 .腾讯云这些大公司提供的SDK 可以非常方便的搭建一个直播网站.下面我们来给大家讲解下如何借助 腾讯云 我们搭建一个简易的 直播示例 ...

  3. 关于Android布局优化的代码使用

    1.  include标签: include标签的作用是在一个布局文件中导入另一个布局文件.在开发中经常会有多个页面同时拥有一部分相同的布局,这个时候如果每个布局都把那个部分的代码写一遍就会使得代码重 ...

  4. Postgres数据库维护

    1.全自动备份 需要在备份机上也安装postgres(最好同一个版本) 在postgres目录下建立密码保存文件(明码保存,所以保密很重要),如果不建立,则因为每次备份都要输入密码,不能进行自动备份 ...

  5. Mybatis动态排序问题

    参考https://blog.csdn.net/LitongZero/article/details/83753813 注意事项:使用这样连续拼接两个注入参数时,只能用${},不能用#{}.

  6. vue/cli3 配置相对路径

    根目录下新建 vue.config.js 文件 const path = require('path') function resolve(dir){ return path.join(__dirna ...

  7. Nginx实现负载均衡的简单案例

    七层负载均衡的实现(Nginx): 基于URL等应用层信息的负载均衡,一般使用Nginx来实现 Nginx的proxy是它一个很强大的功能,实现了7层负载均衡 功能强大.性能卓越.运行稳定 配置简单灵 ...

  8. Extjs6 grid 导出excel功能类,支持renderer

    /* grid 导出excel扩展(纯客户端,提交到后台再导的可以自己改改代码也在) 参考自 https://blog.csdn.net/tianxiaode/article/details/4596 ...

  9. OO第一单元表达式求导作业总结

    第一次作业 功能描述: 对输入的表达式进行求导计算和格式正误判断   思路: 一开始的想法是想写一个大正则找到一个通项式,通过这个多项式来判断WRONG FORMAT,结果发现正则写的总是不完善,会漏 ...

  10. leafLet入门教程兼leafLet API中文文档参考

    英文文档参考:https://leafletjs.com/reference-1.3.4.html#popup 博客参考:https://blog.csdn.net/qq_36595013/artic ...